Spaces:
Runtime error
Runtime error
bug fix
Browse files
app.py
CHANGED
@@ -7,6 +7,6 @@ def run(input_image):
|
|
7 |
|
8 |
gr.Interface(
|
9 |
fn=run,
|
10 |
-
inputs=gr.Image("pil"),
|
11 |
outputs=gr.Textbox(),
|
12 |
).launch()
|
|
|
7 |
|
8 |
gr.Interface(
|
9 |
fn=run,
|
10 |
+
inputs=gr.Image(type="pil", label="Input Image"),
|
11 |
outputs=gr.Textbox(),
|
12 |
).launch()
|