Spaces:
Runtime error
Runtime error
Update app.py
Browse files
app.py
CHANGED
@@ -14,7 +14,7 @@ def restart_space(restart_button=False):
|
|
14 |
iface = gr.Interface(
|
15 |
fn=restart_space,
|
16 |
inputs=gr.Button(label="Restart Space"),
|
17 |
-
outputs="
|
18 |
)
|
19 |
|
20 |
iface.launch()
|
|
|
14 |
iface = gr.Interface(
|
15 |
fn=restart_space,
|
16 |
inputs=gr.Button(label="Restart Space"),
|
17 |
+
outputs="text"
|
18 |
)
|
19 |
|
20 |
iface.launch()
|