SMeyersMrOvkill
commited on
Commit
·
fad5482
1
Parent(s):
55d5a2c
v0.6
Browse files
app.py
CHANGED
@@ -104,7 +104,7 @@ def simple_desc(img, prompt):
|
|
104 |
|
105 |
ifc = gr.TabbedInterface(
|
106 |
[
|
107 |
-
gr.Interface(simple_desc, inputs=[gr.Image(label="input", type="pil"), outputs=[gr.Textbox(label="prompt")])
|
108 |
]
|
109 |
)
|
110 |
|
|
|
104 |
|
105 |
ifc = gr.TabbedInterface(
|
106 |
[
|
107 |
+
gr.Interface(simple_desc, inputs=[gr.Image(label="input", type="pil")], outputs=[gr.Textbox(label="prompt")])
|
108 |
]
|
109 |
)
|
110 |
|