Spaces:
Runtime error
Runtime error
Update app.py
Browse files
app.py
CHANGED
@@ -160,7 +160,7 @@ article = "<div><center><img src='https://visitor-badge.glitch.me/badge?page_id=
|
|
160 |
|
161 |
interface = gr.Interface(
|
162 |
fn=inference,
|
163 |
-
inputs=gr.Textbox(label="Text or Image URL",
|
164 |
outputs=["image","image","image"],
|
165 |
title=title,
|
166 |
description=description,
|
|
|
160 |
|
161 |
interface = gr.Interface(
|
162 |
fn=inference,
|
163 |
+
inputs=gr.Textbox(label="Text or Image URL", interactive=True),
|
164 |
outputs=["image","image","image"],
|
165 |
title=title,
|
166 |
description=description,
|