Update app.py
Browse files
app.py
CHANGED
@@ -170,4 +170,4 @@ def download_project():
|
|
170 |
|
171 |
# The following is not needed for Hugging Face deployment but good for local testing
|
172 |
if __name__ == '__main__':
|
173 |
-
app.run(
|
|
|
170 |
|
171 |
# The following is not needed for Hugging Face deployment but good for local testing
|
172 |
if __name__ == '__main__':
|
173 |
+
app.run(host="0.0.0.0", port=7860)
|