Fix launch server binding
Browse files
app.py
CHANGED
|
@@ -67,4 +67,4 @@ demo = gr.Interface(
|
|
| 67 |
description="Upload a photo of your artwork to identify which art style it most resembles.",
|
| 68 |
)
|
| 69 |
|
| 70 |
-
demo.launch()
|
|
|
|
| 67 |
description="Upload a photo of your artwork to identify which art style it most resembles.",
|
| 68 |
)
|
| 69 |
|
| 70 |
+
demo.launch(server_name="0.0.0.0", server_port=7860)
|