Spaces:
Runtime error
Runtime error
Upload folder using huggingface_hub
Browse files
app.py
CHANGED
|
@@ -310,9 +310,9 @@ demo = gr.Interface(
|
|
| 310 |
)
|
| 311 |
|
| 312 |
# Server setup and launch configuration
|
| 313 |
-
if __name__ == "__main__":
|
| 314 |
-
|
| 315 |
-
|
| 316 |
-
|
| 317 |
|
| 318 |
-
|
|
|
|
| 310 |
)
|
| 311 |
|
| 312 |
# Server setup and launch configuration
|
| 313 |
+
# if __name__ == "__main__":
|
| 314 |
+
# server = "0.0.0.0" # IP address for server
|
| 315 |
+
# port = 7865 # Port to run the server on
|
| 316 |
+
# demo.launch(server_name=server, server_port=port)
|
| 317 |
|
| 318 |
+
demo.launch()
|