Spaces:
Runtime error
Runtime error
sunshangquan
commited on
Commit
·
082bc01
1
Parent(s):
49012c2
commit from ssq
Browse files- app.py +2 -2
- examples/example.jpeg +0 -0
- examples/example.jpg +0 -0
- examples/example1.jpeg +0 -0
app.py
CHANGED
@@ -38,8 +38,8 @@ gradio_app = gr.Interface(
|
|
38 |
predict,
|
39 |
inputs=gr.Image(label="Upload images with adverse weather degradations", type="filepath"),
|
40 |
outputs=[
|
41 |
-
gr.Image(type="filepath", label="
|
42 |
-
gr.Textbox(label="
|
43 |
],
|
44 |
title="Image Restoration for All-in-one Adverse Weather",
|
45 |
description="[Histoformer](https://huggingface.co/sunsean/Histoformer/) is a image restoration model for all-in-one adverse weather.",
|
|
|
38 |
predict,
|
39 |
inputs=gr.Image(label="Upload images with adverse weather degradations", type="filepath"),
|
40 |
outputs=[
|
41 |
+
gr.Image(type="filepath", label="Restored image", height=768, width=768),
|
42 |
+
gr.Textbox(label="Error Message")
|
43 |
],
|
44 |
title="Image Restoration for All-in-one Adverse Weather",
|
45 |
description="[Histoformer](https://huggingface.co/sunsean/Histoformer/) is a image restoration model for all-in-one adverse weather.",
|
examples/example.jpeg
CHANGED
![]() |
![]() |
examples/example.jpg
ADDED
![]() |
examples/example1.jpeg
ADDED
![]() |