safwansajad commited on
Commit
8407b5c
·
verified ·
1 Parent(s): baa1d74

Update app.py

Browse files
Files changed (1) hide show
  1. app.py +1 -1
app.py CHANGED
@@ -59,4 +59,4 @@ def api_predict(message, session_id="default"):
59
  return {"response": response, "emotion": emotion, "score": score}
60
 
61
  # ------------------ Launch for Gradio Spaces ------------------
62
- demo.launch # This generates the public URL
 
59
  return {"response": response, "emotion": emotion, "score": score}
60
 
61
  # ------------------ Launch for Gradio Spaces ------------------
62
+ demo.launch() # This generates the public URL