Rodrigo_Cobo commited on
Commit
db672cf
1 Parent(s): 1471c1c

change requierements

Browse files
Files changed (1) hide show
  1. app.py +1 -0
app.py CHANGED
@@ -57,6 +57,7 @@ def wiggle_effect(slider):
57
  return [f'temp/image_depth.jpeg',f'temp/image_depth.jpeg']
58
 
59
 
 
60
 
61
  with gr.Blocks() as demo:
62
  gr.Markdown("Start typing below and then click **Run** to see the output.")
 
57
  return [f'temp/image_depth.jpeg',f'temp/image_depth.jpeg']
58
 
59
 
60
+ #pip3 install torch torchvision torchaudio --extra-index-url https://download.pytorch.org/whl/cu116
61
 
62
  with gr.Blocks() as demo:
63
  gr.Markdown("Start typing below and then click **Run** to see the output.")