Spaces:
Runtime error
Runtime error
Commit ·
b6a5540
1
Parent(s): e3cd3c2
Update main.py
Browse files
main.py
CHANGED
|
@@ -30,4 +30,5 @@ def chat():
|
|
| 30 |
|
| 31 |
if __name__ == '__main__':
|
| 32 |
#app.run(host='0.0.0.0', port=int(os.environ.get('PORT', 7860)))
|
| 33 |
-
app.run(host='0.0.0.0', port=7860)
|
|
|
|
|
|
| 30 |
|
| 31 |
if __name__ == '__main__':
|
| 32 |
#app.run(host='0.0.0.0', port=int(os.environ.get('PORT', 7860)))
|
| 33 |
+
#app.run(host='0.0.0.0', port=7860)
|
| 34 |
+
main.run(host='0.0.0.0', port=7860)
|