Update app.py
Browse files
app.py
CHANGED
@@ -97,6 +97,6 @@ with gr.Blocks(theme=frosted) as demo:
|
|
97 |
time.sleep(3)
|
98 |
return name * count
|
99 |
|
100 |
-
|
101 |
|
102 |
demo.launch()
|
|
|
97 |
time.sleep(3)
|
98 |
return name * count
|
99 |
|
100 |
+
button.click(repeat, [textbox, slider], output)
|
101 |
|
102 |
demo.launch()
|