dd
Browse files
app.py
CHANGED
@@ -43,7 +43,6 @@ url = "http://www.apparelnews.co.kr/upfiles/manage/202302/5d5f694177b26fc86e5db6
|
|
43 |
iface = gr.Interface(
|
44 |
fn=greet,
|
45 |
inputs=gr.Image(value=url),
|
46 |
-
outputs = "image",
|
47 |
live=True
|
48 |
)
|
49 |
|
|
|
43 |
iface = gr.Interface(
|
44 |
fn=greet,
|
45 |
inputs=gr.Image(value=url),
|
|
|
46 |
live=True
|
47 |
)
|
48 |
|