Spaces:
Paused
Paused
update desc
Browse files
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
|