Spaces:
Build error
Build error
Update app.py
Browse files
app.py
CHANGED
|
@@ -583,7 +583,7 @@ css="""/* Custom CSS to allow scrolling */ .gradio-container {overflow-y: auto;}
|
|
| 583 |
|
| 584 |
with gr.Blocks(css=css) as demo:
|
| 585 |
gr.Markdown("You must be logged in to use GGUF-my-repo for manual processing. Automation runs in the background.")
|
| 586 |
-
oauth_token = gr.OAuthButton(min_width=250)
|
| 587 |
model_id = HuggingfaceHubSearch(label="Hub Model ID", placeholder="Search for model id on Huggingface", search_type="model")
|
| 588 |
|
| 589 |
q_method = gr.Dropdown(["Q2_K", "Q3_K_S", "Q3_K_M", "Q3_K_L", "Q4_0", "Q4_K_S", "Q4_K_M", "Q5_0", "Q5_K_S", "Q5_K_M", "Q6_K", "Q8_0"],
|
|
|
|
| 583 |
|
| 584 |
with gr.Blocks(css=css) as demo:
|
| 585 |
gr.Markdown("You must be logged in to use GGUF-my-repo for manual processing. Automation runs in the background.")
|
| 586 |
+
# oauth_token = gr.OAuthButton(min_width=250)
|
| 587 |
model_id = HuggingfaceHubSearch(label="Hub Model ID", placeholder="Search for model id on Huggingface", search_type="model")
|
| 588 |
|
| 589 |
q_method = gr.Dropdown(["Q2_K", "Q3_K_S", "Q3_K_M", "Q3_K_L", "Q4_0", "Q4_K_S", "Q4_K_M", "Q5_0", "Q5_K_S", "Q5_K_M", "Q6_K", "Q8_0"],
|