Spaces:
Running
Running
Commit
·
97ff54a
1
Parent(s):
4a1ac77
update
Browse files
app.py
CHANGED
|
@@ -268,8 +268,4 @@ for path in allowed_paths:
|
|
| 268 |
print(f" - {path}")
|
| 269 |
|
| 270 |
if __name__ == "__main__":
|
| 271 |
-
demo.launch(
|
| 272 |
-
server_name="0.0.0.0",
|
| 273 |
-
server_port=7860,
|
| 274 |
-
allowed_paths=allowed_paths
|
| 275 |
-
)
|
|
|
|
| 268 |
print(f" - {path}")
|
| 269 |
|
| 270 |
if __name__ == "__main__":
|
| 271 |
+
demo.launch(allowed_paths=allowed_paths)
|
|
|
|
|
|
|
|
|
|
|
|