Spaces:
Runtime error
Runtime error
Update app.py
Browse files
app.py
CHANGED
|
@@ -47,6 +47,7 @@ iface_detect = gr.Interface(
|
|
| 47 |
gr.Textbox(type="text", placeholder="Enter context"),
|
| 48 |
gr.Button("Detect Context")
|
| 49 |
],
|
|
|
|
| 50 |
live=True
|
| 51 |
)
|
| 52 |
|
|
|
|
| 47 |
gr.Textbox(type="text", placeholder="Enter context"),
|
| 48 |
gr.Button("Detect Context")
|
| 49 |
],
|
| 50 |
+
outputs=None,
|
| 51 |
live=True
|
| 52 |
)
|
| 53 |
|