duypro247 commited on
Commit
f90a5b1
1 Parent(s): 0285182

Update app.py

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