Spaces:
Runtime error
Runtime error
PPP commited on
Commit ·
6bc4e23
1
Parent(s): 2adb9de
全新提交:重新推送到 NewProject 仓库
Browse files- .gitignore +1 -0
- app.py +1 -1
.gitignore
CHANGED
|
@@ -6,3 +6,4 @@ __pycache__/
|
|
| 6 |
.tmp/
|
| 7 |
logs/
|
| 8 |
evaluation/results/
|
|
|
|
|
|
| 6 |
.tmp/
|
| 7 |
logs/
|
| 8 |
evaluation/results/
|
| 9 |
+
image/
|
app.py
CHANGED
|
@@ -2000,7 +2000,7 @@ if __name__ == "__main__":
|
|
| 2000 |
demo.launch(
|
| 2001 |
server_name="0.0.0.0",
|
| 2002 |
server_port=7860,
|
| 2003 |
-
share=
|
| 2004 |
show_error=True,
|
| 2005 |
allowed_paths=[str(IMAGE_DIR)],
|
| 2006 |
)
|
|
|
|
| 2000 |
demo.launch(
|
| 2001 |
server_name="0.0.0.0",
|
| 2002 |
server_port=7860,
|
| 2003 |
+
share=True,
|
| 2004 |
show_error=True,
|
| 2005 |
allowed_paths=[str(IMAGE_DIR)],
|
| 2006 |
)
|