Spaces:
Running
on
Zero
Running
on
Zero
minor
Browse filesSigned-off-by: Zhang Jun <[email protected]>
app.py
CHANGED
|
@@ -227,7 +227,7 @@ if __name__ == "__main__":
|
|
| 227 |
|
| 228 |
# Launch with public link option
|
| 229 |
demo.launch(
|
| 230 |
-
server_name="
|
| 231 |
share=False, # Set to True to create a public link
|
| 232 |
show_error=True,
|
| 233 |
ssr_mode=False
|
|
|
|
| 227 |
|
| 228 |
# Launch with public link option
|
| 229 |
demo.launch(
|
| 230 |
+
server_name="0.0.0.0",
|
| 231 |
share=False, # Set to True to create a public link
|
| 232 |
show_error=True,
|
| 233 |
ssr_mode=False
|