osanseviero commited on
Commit
8a8b6d8
1 Parent(s): 28323ea

Update app.py

Browse files
Files changed (1) hide show
  1. app.py +3 -3
app.py CHANGED
@@ -6,9 +6,9 @@ def fork(source_repo, token, type):
6
  interface = gr.Interface(
7
  fn=fork,
8
  inputs=[
9
- gr.inputs.Textbox(self, placeholder="Source repository"),
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,
 
6
  interface = gr.Interface(
7
  fn=fork,
8
  inputs=[
9
+ gr.inputs.Textbox(placeholder="Source repository"),
10
+ gr.inputs.Textbox(placeholder="Write access token"),
11
+ gr.inputs.Dropdown(choices=["model", "dataset", "space"])
12
  ],
13
  outputs=["textbox"],
14
  allow_flagging=False,