Spaces:
Runtime error
Runtime error
Update app.py
Browse files
app.py
CHANGED
|
@@ -50,7 +50,6 @@ interface = gr.Interface(fn=predict,
|
|
| 50 |
outputs=model_output,
|
| 51 |
examples=examples,
|
| 52 |
title=title,
|
| 53 |
-
theme='gradio/soft'
|
| 54 |
-
enable_queue=True)
|
| 55 |
|
| 56 |
interface.launch()
|
|
|
|
| 50 |
outputs=model_output,
|
| 51 |
examples=examples,
|
| 52 |
title=title,
|
| 53 |
+
theme='gradio/soft')
|
|
|
|
| 54 |
|
| 55 |
interface.launch()
|