sayakpaul HF staff commited on
Commit
bb0f6e6
1 Parent(s): a3afe78

Update app.py

Browse files
Files changed (1) hide show
  1. app.py +1 -1
app.py CHANGED
@@ -91,7 +91,7 @@ def infer(image):
91
 
92
 
93
  title = "Denoise noisy images."
94
- description = "The underlying model is [this](https://huggingface.co/sayakpaul/S-3_denoising_sidd). You can use the model to denoise noisy images. 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."
95
 
96
  iface = gr.Interface(
97
  infer,
 
91
 
92
 
93
  title = "Denoise noisy images."
94
+ description = "The underlying model is [this](https://huggingface.co/google/maxim-s3-denoising-sidd). You can use the model to denoise noisy images. 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."
95
 
96
  iface = gr.Interface(
97
  infer,