measmonysuon commited on
Commit
43912a6
1 Parent(s): b2a5f05

Update app.py

Browse files
Files changed (1) hide show
  1. app.py +1 -1
app.py CHANGED
@@ -157,7 +157,7 @@ def gradio_interface(prompt, resolution_key, user_chat_id):
157
  file_path = result[0][0].get('image')
158
  if file_path:
159
  # Combine base URL with file path to create full URL
160
- base_url = "https://measmonysuon-imagen.hf.space/"
161
  full_file_url = base_url + file_path
162
 
163
  if os.path.exists(file_path):
 
157
  file_path = result[0][0].get('image')
158
  if file_path:
159
  # Combine base URL with file path to create full URL
160
+ base_url = "https://measmonysuon-imagen.hf.space/file="
161
  full_file_url = base_url + file_path
162
 
163
  if os.path.exists(file_path):