Spaces:
Runtime error
Runtime error
Update app.py
Browse files
app.py
CHANGED
@@ -332,7 +332,7 @@ with gr.Blocks(css=css) as demo:
|
|
332 |
split_model,
|
333 |
split_max_tensors,
|
334 |
split_max_size,
|
335 |
-
gr.Textbox(
|
336 |
],
|
337 |
outputs=[
|
338 |
gr.Markdown(label="output"),
|
|
|
332 |
split_model,
|
333 |
split_max_tensors,
|
334 |
split_max_size,
|
335 |
+
gr.Textbox(value=HF_TOKEN, label="Hugging Face Token", type="password") # Correct token input field
|
336 |
],
|
337 |
outputs=[
|
338 |
gr.Markdown(label="output"),
|