Spaces:
Build error
Build error
Update app.py
Browse files
app.py
CHANGED
|
@@ -114,4 +114,4 @@ with gr.Blocks(title="Classification category of incident",theme=basetheme,js=js
|
|
| 114 |
|
| 115 |
# Launch Gradio app
|
| 116 |
if __name__ == "__main__":
|
| 117 |
-
demo.launch(
|
|
|
|
| 114 |
|
| 115 |
# Launch Gradio app
|
| 116 |
if __name__ == "__main__":
|
| 117 |
+
demo.launch()
|