osanseviero HF staff commited on
Commit
28323ea
1 Parent(s): 773d305

Update app.py

Browse files
Files changed (1) hide show
  1. app.py +1 -1
app.py CHANGED
@@ -10,7 +10,7 @@ interface = gr.Interface(
10
  gr.inputs.Textbox(self, placeholder="Write access token"),
11
  gr.inputs.Dropdown(self, choices=["model", "dataset", "space"])
12
  ],
13
- outputs=["textbox],
14
  allow_flagging=False,
15
  live=False,
16
  )
 
10
  gr.inputs.Textbox(self, placeholder="Write access token"),
11
  gr.inputs.Dropdown(self, choices=["model", "dataset", "space"])
12
  ],
13
+ outputs=["textbox"],
14
  allow_flagging=False,
15
  live=False,
16
  )