Spaces:
Sleeping
Sleeping
Update app.py
Browse files
app.py
CHANGED
|
@@ -60,8 +60,8 @@ def process(image_url):
|
|
| 60 |
|
| 61 |
iface = gr.Interface(
|
| 62 |
fn=process,
|
| 63 |
-
inputs=gr.
|
| 64 |
-
outputs=gr.
|
| 65 |
)
|
| 66 |
|
| 67 |
iface.launch()
|
|
|
|
| 60 |
|
| 61 |
iface = gr.Interface(
|
| 62 |
fn=process,
|
| 63 |
+
inputs=gr.Textbox(label="Text or Image URL"),
|
| 64 |
+
outputs=gr.Image(type="pil", label="Output Image"),
|
| 65 |
)
|
| 66 |
|
| 67 |
iface.launch()
|