Spaces:
Sleeping
Sleeping
made changes to support huggingface spaces
Browse files- Dockerfile → Dockerfiletemp +0 -0
- app.py +1 -1
Dockerfile → Dockerfiletemp
RENAMED
File without changes
|
app.py
CHANGED
@@ -5,7 +5,7 @@ app = create_app()
|
|
5 |
|
6 |
|
7 |
if __name__ == '__main__':
|
8 |
-
app.run(debug=
|
9 |
|
10 |
|
11 |
# def run():
|
|
|
5 |
|
6 |
|
7 |
if __name__ == '__main__':
|
8 |
+
app.run(debug = False, host="0.0.0.0", port=7860)
|
9 |
|
10 |
|
11 |
# def run():
|