Update app.py
Browse files
app.py
CHANGED
@@ -80,7 +80,7 @@ css = """
|
|
80 |
demo = gr.Interface(
|
81 |
fn=process_img,
|
82 |
inputs=[
|
83 |
-
gr.Image(type='pil', label='input'
|
84 |
gr.Textbox(label="Image Filename", interactive=False)
|
85 |
],
|
86 |
outputs=[gr.Image(type='pil', label='output')],
|
|
|
80 |
demo = gr.Interface(
|
81 |
fn=process_img,
|
82 |
inputs=[
|
83 |
+
gr.Image(type='pil', label='input'),
|
84 |
gr.Textbox(label="Image Filename", interactive=False)
|
85 |
],
|
86 |
outputs=[gr.Image(type='pil', label='output')],
|