rahul7star commited on
Commit
3179e10
·
verified ·
1 Parent(s): 6eefcb5

Update app_quant.py

Browse files
Files changed (1) hide show
  1. app_quant.py +1 -1
app_quant.py CHANGED
@@ -229,7 +229,7 @@ log_system_stats("AFTER PIPELINE BUILD")
229
  # ============================================================
230
  # INFERENCE
231
  # ============================================================
232
- @spaces.GGPU
233
  def generate_image(prompt, height, width, steps, seed):
234
  global LOGS
235
  LOGS = "" # reset logs
 
229
  # ============================================================
230
  # INFERENCE
231
  # ============================================================
232
+ @spaces.GPU
233
  def generate_image(prompt, height, width, steps, seed):
234
  global LOGS
235
  LOGS = "" # reset logs