Spaces:
Build error
Build error
Podtekatel
commited on
Commit
•
a3bd58d
1
Parent(s):
343e00a
Update app.py
Browse files
app.py
CHANGED
@@ -60,8 +60,8 @@ examples = [[os.path.join(imgs_folder, img_filename)] for img_filename in sorted
|
|
60 |
|
61 |
demo = gr.Interface(
|
62 |
fn=inference,
|
63 |
-
inputs=[gr.
|
64 |
-
outputs=gr.
|
65 |
title=title,
|
66 |
description=description,
|
67 |
article=article,
|
|
|
60 |
|
61 |
demo = gr.Interface(
|
62 |
fn=inference,
|
63 |
+
inputs=[gr.Image(type="pil")],
|
64 |
+
outputs=gr.Image(type="pil"),
|
65 |
title=title,
|
66 |
description=description,
|
67 |
article=article,
|