Spaces:
Sleeping
Sleeping
Update app.py
Browse files
app.py
CHANGED
@@ -103,5 +103,5 @@ async def generate_image():
|
|
103 |
return jsonify({'error': 'An unexpected error occurred.'}), 500
|
104 |
|
105 |
if __name__ == '__main__':
|
106 |
-
|
107 |
-
app.run(host="0.0.0.0", port= 7860, debug= True)
|
|
|
103 |
return jsonify({'error': 'An unexpected error occurred.'}), 500
|
104 |
|
105 |
if __name__ == '__main__':
|
106 |
+
app.run(debug=True)
|
107 |
+
# app.run(host="0.0.0.0", port= 7860, debug= True)
|