Spaces:
Sleeping
Sleeping
more accesss
Browse files
README.md
CHANGED
@@ -9,6 +9,7 @@ app_file: app.py
|
|
9 |
pinned: false
|
10 |
hf_oauth: true
|
11 |
hf_oauth_scopes:
|
|
|
12 |
- read-repos
|
13 |
- write-repos
|
14 |
---
|
|
|
9 |
pinned: false
|
10 |
hf_oauth: true
|
11 |
hf_oauth_scopes:
|
12 |
+
- manage-repos
|
13 |
- read-repos
|
14 |
- write-repos
|
15 |
---
|
app.py
CHANGED
@@ -113,7 +113,7 @@ with gr.Blocks() as demo:
|
|
113 |
label="Repo name",
|
114 |
placeholder="Optional. Will infer from Kaggle Model if empty.",
|
115 |
)
|
116 |
-
gr.LoginButton()
|
117 |
|
118 |
button = gr.Button("Import", variant="primary")
|
119 |
logs = LogsView(label="Terminal output")
|
|
|
113 |
label="Repo name",
|
114 |
placeholder="Optional. Will infer from Kaggle Model if empty.",
|
115 |
)
|
116 |
+
gr.LoginButton(min_width=250)
|
117 |
|
118 |
button = gr.Button("Import", variant="primary")
|
119 |
logs = LogsView(label="Terminal output")
|