Spaces:
Runtime error
Runtime error
Update app.py
Browse files
app.py
CHANGED
@@ -21,7 +21,7 @@ iface = gr.load("duypro247/TestScrape",src="spaces",hf_token=hf_token)
|
|
21 |
|
22 |
iface = gr.Interface(
|
23 |
fn=restart_space,
|
24 |
-
inputs=gr.
|
25 |
outputs="text"
|
26 |
)
|
27 |
|
|
|
21 |
|
22 |
iface = gr.Interface(
|
23 |
fn=restart_space,
|
24 |
+
inputs=gr.Button(label="Restart Space"),
|
25 |
outputs="text"
|
26 |
)
|
27 |
|