Spaces:
Runtime error
Runtime error
Update app.py
Browse files
app.py
CHANGED
@@ -49,4 +49,4 @@ def search_route():
|
|
49 |
return Response(generate(prompt), content_type='text/plain', status=200, direct_passthrough=True)
|
50 |
|
51 |
if __name__ == '__main__':
|
52 |
-
app.run(debug=False, host='0.0.0.0', port=7860
|
|
|
49 |
return Response(generate(prompt), content_type='text/plain', status=200, direct_passthrough=True)
|
50 |
|
51 |
if __name__ == '__main__':
|
52 |
+
app.run(debug=False, host='0.0.0.0', port=7860)
|