Spaces:
Running
Running
Update app.py
Browse files
app.py
CHANGED
@@ -4,6 +4,8 @@ model = gr.load("models/Purz/face-projection")
|
|
4 |
|
5 |
interface = gr.Interface(
|
6 |
model,
|
|
|
|
|
7 |
theme="NoCrypt/miku",
|
8 |
debug=True
|
9 |
)
|
|
|
4 |
|
5 |
interface = gr.Interface(
|
6 |
model,
|
7 |
+
inputs=gr.Textbox(label="Type your imagination:"),
|
8 |
+
outputs=gr.Image(label="Gen Image"),
|
9 |
theme="NoCrypt/miku",
|
10 |
debug=True
|
11 |
)
|