Spaces:
Running
Running
Update app.py
Browse files
app.py
CHANGED
|
@@ -187,4 +187,4 @@ if __name__ == '__main__':
|
|
| 187 |
if not os.path.exists(RESULTS_DIR):
|
| 188 |
os.makedirs(RESULTS_DIR)
|
| 189 |
# 允许局域网访问
|
| 190 |
-
app.run(host="0.0.0.0", port=8080)
|
|
|
|
| 187 |
if not os.path.exists(RESULTS_DIR):
|
| 188 |
os.makedirs(RESULTS_DIR)
|
| 189 |
# 允许局域网访问
|
| 190 |
+
app.run(host="0.0.0.0", debug=True, port=8080)
|