Spaces:
Runtime error
Runtime error
Update app.py
Browse files
app.py
CHANGED
@@ -93,7 +93,7 @@ def infer(image):
|
|
93 |
|
94 |
|
95 |
title = "Dehaze hazy images."
|
96 |
-
description = f"The underlying model is [this](https://huggingface.co/{CKPT}). You can use the model to dehaze hazy images. There is [another version of the model](
|
97 |
|
98 |
iface = gr.Interface(
|
99 |
infer,
|
|
|
93 |
|
94 |
|
95 |
title = "Dehaze hazy images."
|
96 |
+
description = f"The underlying model is [this](https://huggingface.co/{CKPT}). You can use the model to dehaze hazy images. There is [another version of the model](https://hf.co/google/maxim-s2-dehazing-sots-indoor) (better suited for indoor images) you can try out. To quickly try out the model, you can choose from the available sample images below, or you can submit your own image. Not that, internally, the model is re-initialized based on the spatial dimensions of the input image and this process is time-consuming."
|
97 |
|
98 |
iface = gr.Interface(
|
99 |
infer,
|