Spaces:
Runtime error
Runtime error
Update app.py
Browse files
app.py
CHANGED
@@ -15,6 +15,6 @@ demo = gr.Blocks()
|
|
15 |
with demo:
|
16 |
text = gr.Textbox()
|
17 |
b1 = gr.Button("Restart Space")
|
18 |
-
b1.click(restart_space,
|
19 |
|
20 |
demo.launch()
|
|
|
15 |
with demo:
|
16 |
text = gr.Textbox()
|
17 |
b1 = gr.Button("Restart Space")
|
18 |
+
b1.click(restart_space, text)
|
19 |
|
20 |
demo.launch()
|