Spaces:
Paused
Paused
create app.py
Browse files
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
|