MonkeyDBoa commited on
Commit
70ca40e
·
1 Parent(s): 077673e

Update app.py

Browse files
Files changed (1) hide show
  1. app.py +1 -1
app.py CHANGED
@@ -61,5 +61,5 @@ def greet(name):
61
 
62
 
63
 
64
- iface = gr.Interface(fn=greet, inputs=gr.inputs.Image(), outputs=gr.outputs.Textbox(default="Choose any one or multiple avengers casts from images of robert_downey_jr, chris_hemsworth, chris_evans, mark_ruffalo or scarlett_johansson "), theme="grass", interpretation="default")
65
  iface.launch()
 
61
 
62
 
63
 
64
+ iface = gr.Interface(fn=greet, inputs=gr.inputs.Image(),title="Detect the famous avengers filmstars", description="Choose any one or multiple avengers casts from images of robert_downey_jr, chris_hemsworth, chris_evans, mark_ruffalo or scarlett_johansson ", outputs="text", theme="grass")
65
  iface.launch()