Spaces:
Running
Running
updated without launch configs
Browse files
app.py
CHANGED
@@ -110,9 +110,9 @@ demo = gr.Interface(
|
|
110 |
)
|
111 |
|
112 |
# # Server setup and launch configuration
|
113 |
-
if __name__ == "__main__":
|
114 |
-
|
115 |
-
|
116 |
-
|
117 |
|
118 |
-
|
|
|
110 |
)
|
111 |
|
112 |
# # Server setup and launch configuration
|
113 |
+
# if __name__ == "__main__":
|
114 |
+
# server = "0.0.0.0" # IP address for server
|
115 |
+
# port = 7865 # Port to run the server on
|
116 |
+
# demo.launch(server_name=server, server_port=port)
|
117 |
|
118 |
+
demo.launch()
|