Spaces:
Runtime error
Runtime error
RamAnanth1
commited on
Commit
·
d9716e5
1
Parent(s):
5a75dcb
Update app.py
Browse files
app.py
CHANGED
@@ -45,8 +45,8 @@ with gr.Blocks(css="sauce.css") as control_app:
|
|
45 |
gr.Markdown(f"""<center><h5>Find this Space at <a href='https://huggingface.co/spaces/{nets[2]}'>{nets[2]}</a></h5>""")
|
46 |
gr.HTML(f'''<center><iframe src="{n.change(nets[2])}" frameborder="0" width={width} height={height}></iframe><center>''')
|
47 |
|
48 |
-
btn0.click(fn0,None,[a0,a1,a2
|
49 |
-
btn1.click(fn1,None,[a0,a1,a2
|
50 |
-
btn2.click(fn2,None,[a0,a1,a2
|
51 |
|
52 |
control_app.queue(concurrency_count=100).launch()
|
|
|
45 |
gr.Markdown(f"""<center><h5>Find this Space at <a href='https://huggingface.co/spaces/{nets[2]}'>{nets[2]}</a></h5>""")
|
46 |
gr.HTML(f'''<center><iframe src="{n.change(nets[2])}" frameborder="0" width={width} height={height}></iframe><center>''')
|
47 |
|
48 |
+
btn0.click(fn0,None,[a0,a1,a2])
|
49 |
+
btn1.click(fn1,None,[a0,a1,a2])
|
50 |
+
btn2.click(fn2,None,[a0,a1,a2])
|
51 |
|
52 |
control_app.queue(concurrency_count=100).launch()
|