sayakpaul HF staff commited on
Commit
32614c4
·
1 Parent(s): 6b6047c

Update app.py

Browse files
Files changed (1) hide show
  1. app.py +1 -3
app.py CHANGED
@@ -91,9 +91,7 @@ def infer(image):
91
 
92
 
93
  title = "Enhance low-light images."
94
- description = "The underlying model is [this](https://huggingface.co/sayakpaul/S-2_enhancement_lol). You can use the model to enhance low-light images, "
95
- "which may be useful for aiding vision-impaired people. To quickly try out the model, you can choose from the available sample images above, or you "
96
- "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,
 
91
 
92
 
93
  title = "Enhance low-light images."
94
+ description = "The underlying model is [this](https://huggingface.co/sayakpaul/S-2_enhancement_lol). You can use the model to enhance low-light images, which may be useful for aiding vision-impaired people. To quickly try out the model, you can choose from the available sample images above, 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."
 
 
95
 
96
  iface = gr.Interface(
97
  infer,