measmonysuon commited on
Commit
da85c2f
1 Parent(s): 1f1e043

Update app.py

Browse files
Files changed (1) hide show
  1. app.py +1 -1
app.py CHANGED
@@ -176,7 +176,7 @@ def create_gradio_interface(user_chat_id):
176
 
177
  def launch_gradio():
178
  # Obtain the URL dynamically (from a configured environment variable or similar)
179
- url = 'https://measmonysuon-imagen.hf.space/?user_chat_id=You Don't have UID yet' # Replace with the actual URL or method to obtain it
180
  user_chat_id = extract_user_chat_id_from_url(url)
181
 
182
  # Pass the extracted user_chat_id to the Gradio interface
 
176
 
177
  def launch_gradio():
178
  # Obtain the URL dynamically (from a configured environment variable or similar)
179
+ url = 'https://measmonysuon-imagen.hf.space/?user_chat_id=1689999' # Replace with the actual URL or method to obtain it
180
  user_chat_id = extract_user_chat_id_from_url(url)
181
 
182
  # Pass the extracted user_chat_id to the Gradio interface