ysharma HF staff commited on
Commit
db84e12
1 Parent(s): 74f3a0d

update desc

Browse files
Files changed (1) hide show
  1. app.py +1 -1
app.py CHANGED
@@ -1,7 +1,7 @@
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
7
  # BLIP-generated caption prompt is saved as output/test_cat/prompt/image-name.txt - eg., a painting of a cat sitting on top of a ball
 
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
7
  # BLIP-generated caption prompt is saved as output/test_cat/prompt/image-name.txt - eg., a painting of a cat sitting on top of a ball