Spaces:
Sleeping
Sleeping
Update gradio_app.py
Browse files- gradio_app.py +1 -1
gradio_app.py
CHANGED
|
@@ -24,4 +24,4 @@ demo = gr.ChatInterface(
|
|
| 24 |
)
|
| 25 |
|
| 26 |
def start_gradio():
|
| 27 |
-
demo.launch(server_name="0.0.0.0"
|
|
|
|
| 24 |
)
|
| 25 |
|
| 26 |
def start_gradio():
|
| 27 |
+
demo.launch(server_name="0.0.0.0")
|