Hugging Face
Models
Datasets
Spaces
Posts
Docs
Enterprise
Pricing
Log In
Sign Up
Spaces:
nightfury
/
models
like
0
Running
App
Files
Files
Community
Fetching metadata from the HF Docker repository...
nightfury
commited on
30 days ago
Commit
caa9d5e
·
verified
·
1 Parent(s):
769400f
Update app1.py
Browse files
Files changed (1)
hide
show
app1.py
+1
-1
app1.py
CHANGED
Viewed
@@ -26,7 +26,7 @@ with gr.Blocks() as demo:
26
27
b = gr.Button()
28
29
-
b.click(test, selected,
t
)
30
31
32
demo.launch()
26
27
b = gr.Button()
28
29
+
b.click(test, selected,
prog
)
30
31
32
demo.launch()