Spaces:
Runtime error
Runtime error
Update app.py
Browse files
app.py
CHANGED
@@ -163,7 +163,7 @@ def gradio_interface(prompt, resolution_key, user_chat_id):
|
|
163 |
return None, "The image file is not available. Please try again later."
|
164 |
return None, "There was an error processing your photo. Please try again later."
|
165 |
'''
|
166 |
-
|
167 |
def gradio_interface(prompt, resolution_key, user_chat_id):
|
168 |
if not user_chat_id.strip():
|
169 |
return None, "User Chat ID cannot be blank. Please provide a valid User Chat ID or register with @supportBot to get UID."
|
|
|
163 |
return None, "The image file is not available. Please try again later."
|
164 |
return None, "There was an error processing your photo. Please try again later."
|
165 |
'''
|
166 |
+
|
167 |
def gradio_interface(prompt, resolution_key, user_chat_id):
|
168 |
if not user_chat_id.strip():
|
169 |
return None, "User Chat ID cannot be blank. Please provide a valid User Chat ID or register with @supportBot to get UID."
|