Spaces:
Runtime error
Runtime error
freemt
commited on
Commit
·
8ddf994
1
Parent(s):
97ad6b1
Update
Browse files- app.py +2 -1
- gradio_queue.db +0 -0
app.py
CHANGED
@@ -61,7 +61,8 @@ inputs = [
|
|
61 |
iface = gr.Interface(
|
62 |
generate_images,
|
63 |
inputs,
|
64 |
-
["image", gr.Text(value="", label="phrase")],
|
|
|
65 |
examples=examples,
|
66 |
)
|
67 |
|
|
|
61 |
iface = gr.Interface(
|
62 |
generate_images,
|
63 |
inputs,
|
64 |
+
# ["image", gr.Text(value="", label="phrase")],
|
65 |
+
[gr.Image(label=""), gr.Text(value="", label="phrase")],
|
66 |
examples=examples,
|
67 |
)
|
68 |
|
gradio_queue.db
CHANGED
Binary files a/gradio_queue.db and b/gradio_queue.db differ
|
|