Spaces:
Runtime error
Runtime error
measmonysuon
commited on
Commit
•
b2a5f05
1
Parent(s):
6232d88
Update app.py
Browse files
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://
|
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/"
|
161 |
full_file_url = base_url + file_path
|
162 |
|
163 |
if os.path.exists(file_path):
|