ysharma HF staff commited on
Commit
1891461
1 Parent(s): d519da8

create app.py

Browse files
Files changed (1) hide show
  1. app.py +1 -0
app.py CHANGED
@@ -1,5 +1,6 @@
1
  import subprocess
2
  from PIL import Image
 
3
 
4
  # First, running the inversion command to obtain the input noise that will reconstruct the image.
5
  # It will save the inversion as output/test_cat/inversion/image-name.pt
 
1
  import subprocess
2
  from PIL import Image
3
+ import gradio as gr
4
 
5
  # First, running the inversion command to obtain the input noise that will reconstruct the image.
6
  # It will save the inversion as output/test_cat/inversion/image-name.pt