ARCQUB commited on
Commit
b2bf7f6
·
verified ·
1 Parent(s): 76e1512

Update app.py

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