Spaces:
Runtime error
Runtime error
Update app.py
Browse files
app.py
CHANGED
@@ -50,7 +50,6 @@ gradio_ui = gr.Interface(
|
|
50 |
outputs=gr.outputs.Label(type="auto", label="Prediction"),
|
51 |
interpretation="shap",
|
52 |
article="Details of the fine tuning and tests are in this Medium post: https://bit.ly/3tueP36",
|
53 |
-
enable_queue=True
|
54 |
)
|
55 |
|
56 |
-
gradio_ui.launch()
|
|
|
50 |
outputs=gr.outputs.Label(type="auto", label="Prediction"),
|
51 |
interpretation="shap",
|
52 |
article="Details of the fine tuning and tests are in this Medium post: https://bit.ly/3tueP36",
|
|
|
53 |
)
|
54 |
|
55 |
+
gradio_ui.launch(enable_queue=True)
|