Spaces:
Paused
Paused
Update main.py
Browse files
main.py
CHANGED
|
@@ -43,4 +43,4 @@ def postG4F():
|
|
| 43 |
return response.choices[0].message.content
|
| 44 |
|
| 45 |
if __name__ == '__main__':
|
| 46 |
-
app.run(host='0.0.0.0' port=7860)
|
|
|
|
| 43 |
return response.choices[0].message.content
|
| 44 |
|
| 45 |
if __name__ == '__main__':
|
| 46 |
+
app.run(host='0.0.0.0', port=7860)
|