Spaces:
Runtime error
Runtime error
osanseviero
commited on
Commit
•
a0ab1c8
1
Parent(s):
4e6838c
Update app.py
Browse files
app.py
CHANGED
@@ -69,8 +69,8 @@ def fork(source_repo, dst_repo, token, repo_type):
|
|
69 |
interface = gr.Interface(
|
70 |
fn=fork,
|
71 |
inputs=[
|
72 |
-
gr.inputs.Textbox(placeholder="Source repository"),
|
73 |
-
gr.inputs.Textbox(placeholder="Destination repository
|
74 |
gr.inputs.Textbox(placeholder="Write access token"),
|
75 |
gr.inputs.Dropdown(choices=["model", "dataset", "space"])
|
76 |
],
|
|
|
69 |
interface = gr.Interface(
|
70 |
fn=fork,
|
71 |
inputs=[
|
72 |
+
gr.inputs.Textbox(placeholder="Source repository (e.g. osanseviero/src)"),
|
73 |
+
gr.inputs.Textbox(placeholder="Destination repository (e.g. osanseviero/dst)"),
|
74 |
gr.inputs.Textbox(placeholder="Write access token"),
|
75 |
gr.inputs.Dropdown(choices=["model", "dataset", "space"])
|
76 |
],
|