Spaces:
Runtime error
Runtime error
Commit
·
5f13d80
1
Parent(s):
b40ca34
Update app.py
Browse files
app.py
CHANGED
@@ -41,7 +41,7 @@ interface = gr.Interface(
|
|
41 |
inputs=[
|
42 |
gr.Textbox(placeholder="Destination repository (e.g. username/dst_repo_name)"),
|
43 |
gr.Textbox(placeholder="Model id (e.g. openai/whisper-small)"),
|
44 |
-
gr.Textbox(placeholder="Write access token"),
|
45 |
],
|
46 |
outputs=[
|
47 |
gr.Markdown(label="output"),
|
|
|
41 |
inputs=[
|
42 |
gr.Textbox(placeholder="Destination repository (e.g. username/dst_repo_name)"),
|
43 |
gr.Textbox(placeholder="Model id (e.g. openai/whisper-small)"),
|
44 |
+
gr.Textbox(placeholder="Write access token", type="password"),
|
45 |
],
|
46 |
outputs=[
|
47 |
gr.Markdown(label="output"),
|