Spaces:
Running
on
A10G
Running
on
A10G
MekkCyber
commited on
Commit
·
7ab0bdf
1
Parent(s):
5bb569a
add description
Browse files
app.py
CHANGED
|
@@ -702,7 +702,7 @@ with gr.Blocks(theme=gr.themes.Ocean(), css=css) as demo:
|
|
| 702 |
with gr.Row():
|
| 703 |
upload_to_community = gr.Checkbox(
|
| 704 |
label="🤗 Upload to bnb-community",
|
| 705 |
-
info="If checked, the model will be uploaded to the bnb-community organization",
|
| 706 |
value=False,
|
| 707 |
interactive=True,
|
| 708 |
show_label=True,
|
|
|
|
| 702 |
with gr.Row():
|
| 703 |
upload_to_community = gr.Checkbox(
|
| 704 |
label="🤗 Upload to bnb-community",
|
| 705 |
+
info="If checked, the model will be uploaded to the bnb-community organization \n(Give the space access to the bnb-community, if not already done revoke the token and login again)",
|
| 706 |
value=False,
|
| 707 |
interactive=True,
|
| 708 |
show_label=True,
|