Spaces:
Sleeping
Sleeping
Neurolingua
commited on
Commit
•
90742c7
1
Parent(s):
72b4474
Update app.py
Browse files
app.py
CHANGED
@@ -113,4 +113,4 @@ def send_initial_message(to_number):
|
|
113 |
|
114 |
if __name__ == '__main__':
|
115 |
send_initial_message('916382792828')
|
116 |
-
app.run(host='0.0.0.0',
|
|
|
113 |
|
114 |
if __name__ == '__main__':
|
115 |
send_initial_message('916382792828')
|
116 |
+
app.run(host='0.0.0.0', port=7860)
|