Spaces:
Runtime error
Runtime error
osanseviero
commited on
Commit
•
28323ea
1
Parent(s):
773d305
Update app.py
Browse files
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 |
)
|