measmonysuon commited on
Commit
1b4a272
1 Parent(s): f8dd778

Update app.py

Browse files
Files changed (1) hide show
  1. app.py +1 -1
app.py CHANGED
@@ -175,7 +175,7 @@ def gradio_interface(prompt, resolution_key, user_chat_id):
175
  return None, "User Chat ID cannot be blank. Please provide a valid User Chat ID or register with @supportBot to get UID."
176
 
177
  # Request large hardware for image generation
178
- api.request_space_hardware(repo_id='measmonysuon/DALLE-4K', hardware='a10g-large')
179
 
180
  # Get GPU info
181
  gpu_info = f"Is CUDA available: {torch.cuda.is_available()}"
 
175
  return None, "User Chat ID cannot be blank. Please provide a valid User Chat ID or register with @supportBot to get UID."
176
 
177
  # Request large hardware for image generation
178
+ api.request_space_hardware(repo_id='measmonysuon/DALLE-4K', hardware='a100-large')
179
 
180
  # Get GPU info
181
  gpu_info = f"Is CUDA available: {torch.cuda.is_available()}"