Ashraf commited on
Commit
e50d767
·
verified ·
1 Parent(s): 76fc2c1

Update app.py

Browse files
Files changed (1) hide show
  1. app.py +1 -1
app.py CHANGED
@@ -209,4 +209,4 @@ def chat_translate():
209
  except Exception as e:
210
  return jsonify({"error": str(e)}), 500
211
  if __name__ == '__main__':
212
- uvicorn.run(asgi_app, host="0.0.0.0", port=7860)
 
209
  except Exception as e:
210
  return jsonify({"error": str(e)}), 500
211
  if __name__ == '__main__':
212
+ app.run(debug=True, host='0.0.0.0', port=7860)