Spaces:
Runtime error
Runtime error
Commit ·
0819bb1
1
Parent(s): 37ecdfa
Update gradio_app.py
Browse files- gradio_app.py +2 -2
gradio_app.py
CHANGED
|
@@ -46,8 +46,8 @@ demo = gr.Interface(
|
|
| 46 |
|
| 47 |
|
| 48 |
|
| 49 |
-
demo.launch(
|
| 50 |
|
| 51 |
-
if __name__=="
|
| 52 |
run()
|
| 53 |
|
|
|
|
| 46 |
|
| 47 |
|
| 48 |
|
| 49 |
+
demo.launch(server_name = "0.0.0.0.", server_port = 7860)
|
| 50 |
|
| 51 |
+
if __name__=="__gradio_app__":
|
| 52 |
run()
|
| 53 |
|