measmonysuon commited on
Commit
467be8b
1 Parent(s): a394368

Update app.py

Browse files
Files changed (1) hide show
  1. app.py +1 -1
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
- @spaces.GPU(enable_queue=True)
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."