Spaces:
Sleeping
Sleeping
Fixed
Browse files
app.py
CHANGED
@@ -55,6 +55,6 @@ demo = gr.ChatInterface(
|
|
55 |
)
|
56 |
|
57 |
if __name__ == "__main__":
|
58 |
-
# Launch the Gradio app
|
59 |
-
demo.launch(
|
60 |
|
|
|
55 |
)
|
56 |
|
57 |
if __name__ == "__main__":
|
58 |
+
# Launch the Gradio app without 'enable_api'
|
59 |
+
demo.launch()
|
60 |
|