Spaces:
Running
on
CPU Upgrade
Running
on
CPU Upgrade
Felix Marty
commited on
Commit
·
1433ab1
1
Parent(s):
183a9ba
visible does not work
Browse files
app.py
CHANGED
|
@@ -118,7 +118,6 @@ with gr.Blocks() as demo:
|
|
| 118 |
input_token = gr.Textbox(
|
| 119 |
max_lines=1,
|
| 120 |
label="Hugging Face token",
|
| 121 |
-
visible=False,
|
| 122 |
)
|
| 123 |
input_model = gr.Textbox(
|
| 124 |
max_lines=1,
|
|
|
|
| 118 |
input_token = gr.Textbox(
|
| 119 |
max_lines=1,
|
| 120 |
label="Hugging Face token",
|
|
|
|
| 121 |
)
|
| 122 |
input_model = gr.Textbox(
|
| 123 |
max_lines=1,
|