NeoPy commited on
Commit
cea9c0d
·
verified ·
1 Parent(s): dba22a4

Update app.py

Browse files
Files changed (1) hide show
  1. app.py +1 -2
app.py CHANGED
@@ -191,10 +191,9 @@ def model_info(name):
191
  return json_to_markdown_table(info2)
192
  return "Model not found"
193
 
194
- Ilaria = Ilaria()
195
 
196
 
197
- with gr.Blocks(theme=Ilaria, title="Ilaria RVC 💖") as app:
198
  gr.Label("Ilaria RVC 💖")
199
  gr.Markdown("Support the project by donating on [Ko-Fi](https://ko-fi.com/ilariaowo)")
200
  gr.Markdown("Maintained by NeoDev aka BF667")
 
191
  return json_to_markdown_table(info2)
192
  return "Model not found"
193
 
 
194
 
195
 
196
+ with gr.Blocks(title="Ilaria RVC 💖") as app:
197
  gr.Label("Ilaria RVC 💖")
198
  gr.Markdown("Support the project by donating on [Ko-Fi](https://ko-fi.com/ilariaowo)")
199
  gr.Markdown("Maintained by NeoDev aka BF667")