TheStinger commited on
Commit
d361db1
Β·
verified Β·
1 Parent(s): 16689b4

Update app.py

Browse files
Files changed (1) hide show
  1. app.py +1 -3
app.py CHANGED
@@ -176,9 +176,7 @@ def main():
176
  gr.Markdown(
177
  """# <div align="center"> Ilaria Upscaler πŸ’– </div>
178
 
179
- Do not use images over 750x750 especially with 4x the resolution upscaling, it will give you an error.
180
-
181
- Hugginface port of [Real-ESRGAN](https://github.com/xinntao/Real-ESRGAN).
182
  """
183
  )
184
 
 
176
  gr.Markdown(
177
  """# <div align="center"> Ilaria Upscaler πŸ’– </div>
178
 
179
+ Port of [Real-ESRGAN](https://github.com/xinntao/Real-ESRGAN).
 
 
180
  """
181
  )
182