Spaces:
Sleeping
Sleeping
IZERE HIRWA Roger commited on
Commit ·
e1c09dd
1
Parent(s): f22d3ca
this is
Browse files
app.py
CHANGED
|
@@ -87,4 +87,5 @@ def static_files(filename):
|
|
| 87 |
|
| 88 |
if __name__ == '__main__':
|
| 89 |
os.makedirs('static/uploads', exist_ok=True)
|
|
|
|
| 90 |
app.run(host='0.0.0.0', port=7860)
|
|
|
|
| 87 |
|
| 88 |
if __name__ == '__main__':
|
| 89 |
os.makedirs('static/uploads', exist_ok=True)
|
| 90 |
+
|
| 91 |
app.run(host='0.0.0.0', port=7860)
|