Update app.py
Browse files
app.py
CHANGED
@@ -94,6 +94,7 @@ def ac():
|
|
94 |
|
95 |
def noth():
|
96 |
return gr.HTML.update("<div></div>")
|
|
|
97 |
#a1=btn1.click(noth,None,btn1,every=1)
|
98 |
btn1.click(cl_fac,None,[fac_b,message],show_progress=False)
|
99 |
b1=btn1.click(start,None,[t_state,t_switch],show_progress=True)
|
|
|
94 |
|
95 |
def noth():
|
96 |
return gr.HTML.update("<div></div>")
|
97 |
+
theme = "huggingface"
|
98 |
#a1=btn1.click(noth,None,btn1,every=1)
|
99 |
btn1.click(cl_fac,None,[fac_b,message],show_progress=False)
|
100 |
b1=btn1.click(start,None,[t_state,t_switch],show_progress=True)
|