Spaces:
Runtime error
Runtime error
hasibzunair
commited on
Commit
β’
92bdcd3
1
Parent(s):
019d85b
change arg type
Browse files
app.py
CHANGED
@@ -77,7 +77,7 @@ article = "<p style='text-align: center'><a href='https://arxiv.org/abs/2210.009
|
|
77 |
|
78 |
gr.Interface(
|
79 |
inference,
|
80 |
-
gr.inputs.Image(type="
|
81 |
gr.outputs.Image(type="numpy", label="Predicted Output"),
|
82 |
examples=[
|
83 |
"./sample_images/a.png",
|
|
|
77 |
|
78 |
gr.Interface(
|
79 |
inference,
|
80 |
+
gr.inputs.Image(type="filepath", label="Input Image"),
|
81 |
gr.outputs.Image(type="numpy", label="Predicted Output"),
|
82 |
examples=[
|
83 |
"./sample_images/a.png",
|