lemonaddie commited on
Commit
b72df0b
1 Parent(s): 3be73e9

Update app.py

Browse files
Files changed (1) hide show
  1. app.py +1 -0
app.py CHANGED
@@ -298,6 +298,7 @@ def main():
298
  description = "Gradio demo for Geowizard."
299
  examples = ["files/bee.jpg"]
300
 
 
301
  gr.Interface(
302
  depth_normal,
303
  inputs=[gr.Image(type='pil', label="Original Image")],
 
298
  description = "Gradio demo for Geowizard."
299
  examples = ["files/bee.jpg"]
300
 
301
+ @spaces.GPU
302
  gr.Interface(
303
  depth_normal,
304
  inputs=[gr.Image(type='pil', label="Original Image")],