Spaces:
Running
Running
Commit
·
94bd1cf
1
Parent(s):
cd3cccd
Update app.py
Browse files
app.py
CHANGED
@@ -52,8 +52,8 @@ article = f"<p style='text-align: center'><a href='{paper_link}' target='_blank'
|
|
52 |
css = ".output-image, .input-image, .image-preview {height: 600px !important}"
|
53 |
|
54 |
iface = gr.Interface(fn=inference,
|
55 |
-
inputs=
|
56 |
-
outputs=
|
57 |
title=title,
|
58 |
description=description,
|
59 |
examples=examples,
|
|
|
52 |
css = ".output-image, .input-image, .image-preview {height: 600px !important}"
|
53 |
|
54 |
iface = gr.Interface(fn=inference,
|
55 |
+
inputs="image",
|
56 |
+
outputs="text",
|
57 |
title=title,
|
58 |
description=description,
|
59 |
examples=examples,
|