ARCQUB commited on
Commit
b6f13a1
·
verified ·
1 Parent(s): f8e3529

Update app.py

Browse files
Files changed (1) hide show
  1. app.py +1 -1
app.py CHANGED
@@ -175,7 +175,7 @@ iface = gr.Interface(
175
  )
176
 
177
  # === Enable GPU mode and launch
178
- @spaces.GPU
179
  def main():
180
  iface.launch()
181
 
 
175
  )
176
 
177
  # === Enable GPU mode and launch
178
+ #@spaces.GPU
179
  def main():
180
  iface.launch()
181