Blane187 commited on
Commit
e67f619
1 Parent(s): af94d8d

Update app.py

Browse files
Files changed (1) hide show
  1. app.py +5 -7
app.py CHANGED
@@ -22,13 +22,11 @@ with gr.Blocks(theme="Hev832/Applio", fill_width=True, css=CSS) as demo:
22
  download_button = gr.Button("Download Model")
23
  download_button.click(download_model, inputs=[url_input, dir_name_input], outputs=url_input)
24
 
25
-
26
-
27
- with gr.Tab(" Credits"):
28
- gr.Markdown(
29
- """
30
- this project made by [Blane187](https://huggingface.co/Blane187) with Improvements by [John6666](https://huggingfce.co/John6666)
31
- """)
32
 
33
 
34
 
 
22
  download_button = gr.Button("Download Model")
23
  download_button.click(download_model, inputs=[url_input, dir_name_input], outputs=url_input)
24
 
25
+ with gr.Tab(" Credits"):
26
+ gr.Markdown(
27
+ """
28
+ this project made by [Blane187](https://huggingface.co/Blane187) with Improvements by [John6666](https://huggingfce.co/John6666)
29
+ """)
 
 
30
 
31
 
32