DmitrMakeev
commited on
Commit
•
977c3ab
1
Parent(s):
ddea1fb
Update app.py
Browse files
app.py
CHANGED
@@ -1227,8 +1227,9 @@ def gc_forms():
|
|
1227 |
|
1228 |
|
1229 |
|
1230 |
-
|
1231 |
|
1232 |
|
1233 |
if __name__ == '__main__':
|
|
|
1234 |
app.run(host='0.0.0.0', port=int(os.environ.get('PORT', 7860)))
|
|
|
1227 |
|
1228 |
|
1229 |
|
1230 |
+
|
1231 |
|
1232 |
|
1233 |
if __name__ == '__main__':
|
1234 |
+
initialize_requests()
|
1235 |
app.run(host='0.0.0.0', port=int(os.environ.get('PORT', 7860)))
|