Spaces:
Runtime error
Runtime error
Commit
·
5a75dcb
1
Parent(s):
09a2d4c
Update app.py
Browse files
app.py
CHANGED
@@ -34,7 +34,6 @@ with gr.Blocks(css="sauce.css") as control_app:
|
|
34 |
btn1 = gr.Button(f'{nets[1]}')
|
35 |
with gr.Column():
|
36 |
btn2 = gr.Button(f'{nets[2]}')
|
37 |
-
btn3 = gr.Button(f'{nets[3]}')
|
38 |
|
39 |
with gr.Accordion(label=f"{nets[0]}",visible=True) as a0:
|
40 |
gr.Markdown(f"""<center><h5>Find this Space at <a href='https://huggingface.co/spaces/{nets[0]}'>{nets[0]}</a></h5>""")
|
|
|
34 |
btn1 = gr.Button(f'{nets[1]}')
|
35 |
with gr.Column():
|
36 |
btn2 = gr.Button(f'{nets[2]}')
|
|
|
37 |
|
38 |
with gr.Accordion(label=f"{nets[0]}",visible=True) as a0:
|
39 |
gr.Markdown(f"""<center><h5>Find this Space at <a href='https://huggingface.co/spaces/{nets[0]}'>{nets[0]}</a></h5>""")
|