jatinteamoxio commited on
Commit
08799a7
·
verified ·
1 Parent(s): 9454a1c

Update app.py

Browse files
Files changed (1) hide show
  1. app.py +2 -2
app.py CHANGED
@@ -20,8 +20,8 @@ iface = gr.Interface(
20
  outputs="text",
21
  title="Explain this Image",
22
  flagging_mode="never",
23
- # 👇 api_name define karna zaroori hai
24
- examples=None
25
  )
26
 
27
  # Queue for API & launch
 
20
  outputs="text",
21
  title="Explain this Image",
22
  flagging_mode="never",
23
+ # Add the api_name parameter
24
+ api_name="predict"
25
  )
26
 
27
  # Queue for API & launch