sunshangquan commited on
Commit
082bc01
·
1 Parent(s): 49012c2

commit from ssq

Browse files
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="Inverse Depth Map", height=768, width=768),
42
- gr.Textbox(label="Focal Length or 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.",
 
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