Spaces:
Sleeping
Sleeping
Update app.py
Browse files
app.py
CHANGED
|
@@ -266,4 +266,4 @@ graph = Graph(
|
|
| 266 |
)
|
| 267 |
|
| 268 |
port = int(os.getenv("PORT", "7860"))
|
| 269 |
-
graph.launch(host="0.0.0.0", port=port, open_browser=False,
|
|
|
|
| 266 |
)
|
| 267 |
|
| 268 |
port = int(os.getenv("PORT", "7860"))
|
| 269 |
+
graph.launch(host="0.0.0.0", port=port, open_browser=False, access_log=True)
|