Spaces:
Runtime error
Runtime error
Commit
·
1d4ef16
1
Parent(s):
de5e8c3
Update app.py
Browse files
app.py
CHANGED
|
@@ -30,7 +30,7 @@ iface = gr.Interface(fn=predict,
|
|
| 30 |
inputs="text",
|
| 31 |
#outputs="text",
|
| 32 |
outputs="label",
|
| 33 |
-
allow_flagging=
|
| 34 |
interpretation="default", description=description)
|
| 35 |
|
| 36 |
iface.launch(enable_queue=True)
|
|
|
|
| 30 |
inputs="text",
|
| 31 |
#outputs="text",
|
| 32 |
outputs="label",
|
| 33 |
+
allow_flagging='auto', title="iPhone or Android?",
|
| 34 |
interpretation="default", description=description)
|
| 35 |
|
| 36 |
iface.launch(enable_queue=True)
|