Spaces:
Runtime error
Runtime error
Update app.py
Browse files
app.py
CHANGED
|
@@ -302,7 +302,6 @@ with gr.Blocks() as demo:
|
|
| 302 |
|
| 303 |
# launch
|
| 304 |
#demo.launch(ssr_mode=False)
|
| 305 |
-
# Thêm
|
| 306 |
-
|
| 307 |
-
demo.launch(server_name="0.0.0.0")
|
| 308 |
|
|
|
|
| 302 |
|
| 303 |
# launch
|
| 304 |
#demo.launch(ssr_mode=False)
|
| 305 |
+
# Thêm share=True để khắc phục lỗi localhost
|
| 306 |
+
demo.launch(server_name="0.0.0.0", share=True)
|
|
|
|
| 307 |
|