duypro247 commited on
Commit
d7552d3
·
1 Parent(s): 4909db6

Update app.py

Browse files
Files changed (1) hide show
  1. app.py +1 -1
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="Space Restarted"
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()