measmonysuon commited on
Commit
985ebd8
1 Parent(s): 4107503

Update app.py

Browse files
Files changed (1) hide show
  1. app.py +1 -1
app.py CHANGED
@@ -198,7 +198,7 @@ def launch_gradio():
198
  user_chat_id = extract_user_chat_id_from_url(url)
199
 
200
  # Pass the extracted user_chat_id to the Gradio interface
201
- interface = create_gradio_interface(user_chat_id)
202
  interface.launch()
203
 
204
  if __name__ == '__main__':
 
198
  user_chat_id = extract_user_chat_id_from_url(url)
199
 
200
  # Pass the extracted user_chat_id to the Gradio interface
201
+ interface = create_gradio_interface()
202
  interface.launch()
203
 
204
  if __name__ == '__main__':