Spaces:
Runtime error
Runtime error
disabled live
Browse files
app.py
CHANGED
@@ -20,7 +20,6 @@ iface = gr.Interface(
|
|
20 |
fn=classify_text,
|
21 |
inputs=gr.inputs.Textbox(label="Type the plot here",),
|
22 |
outputs=gr.outputs.Textbox(label='What the model thinks'),
|
23 |
-
|
24 |
-
enable_queue=True
|
25 |
)
|
26 |
iface.launch()
|
|
|
20 |
fn=classify_text,
|
21 |
inputs=gr.inputs.Textbox(label="Type the plot here",),
|
22 |
outputs=gr.outputs.Textbox(label='What the model thinks'),
|
23 |
+
enable_queue=True,
|
|
|
24 |
)
|
25 |
iface.launch()
|