Spaces:
Sleeping
Sleeping
Update app.py
Browse files
app.py
CHANGED
|
@@ -84,4 +84,4 @@ def clear_history():
|
|
| 84 |
return jsonify({'success': True})
|
| 85 |
|
| 86 |
if __name__ == '__main__':
|
| 87 |
-
app.run(host='0.0.0.0', port=7860, debug=True)
|
|
|
|
| 84 |
return jsonify({'success': True})
|
| 85 |
|
| 86 |
if __name__ == '__main__':
|
| 87 |
+
app.run(host='0.0.0.0', port=7860, debug=True)
|