Spaces:
Running
Running
demo launch edit
Browse files
app.py
CHANGED
@@ -126,10 +126,10 @@ demo = gr.Interface(
|
|
126 |
examples=examples
|
127 |
)
|
128 |
|
129 |
-
# Server setup and launch configuration
|
130 |
-
if __name__ == "__main__":
|
131 |
-
|
132 |
-
|
133 |
-
|
134 |
|
135 |
-
|
|
|
126 |
examples=examples
|
127 |
)
|
128 |
|
129 |
+
# # Server setup and launch configuration
|
130 |
+
# if __name__ == "__main__":
|
131 |
+
# server = "0.0.0.0" # IP address for server
|
132 |
+
# port = 7865 # Port to run the server on
|
133 |
+
# demo.launch(server_name=server, server_port=port, share=True)
|
134 |
|
135 |
+
demo.launch()
|