Spaces:
Runtime error
Runtime error
Commit
·
70ca40e
1
Parent(s):
077673e
Update app.py
Browse files
app.py
CHANGED
|
@@ -61,5 +61,5 @@ def greet(name):
|
|
| 61 |
|
| 62 |
|
| 63 |
|
| 64 |
-
iface = gr.Interface(fn=greet, inputs=gr.inputs.Image(),
|
| 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()
|