Spaces:
Running
Running
Update app.py (#85)
Browse files- Update app.py (e6ecaac64e8f90a8b81a27c2ed70d199ff97ae88)
Co-authored-by: yuvraj sharma <[email protected]>
app.py
CHANGED
|
@@ -263,7 +263,7 @@ def process_model(model_id, q_method, use_imatrix, imatrix_q_method, private_rep
|
|
| 263 |
|
| 264 |
|
| 265 |
# Create Gradio interface
|
| 266 |
-
with gr.Blocks(
|
| 267 |
gr.Markdown("You must be logged in to use GGUF-my-repo.")
|
| 268 |
gr.LoginButton(min_width=250)
|
| 269 |
|
|
|
|
| 263 |
|
| 264 |
|
| 265 |
# Create Gradio interface
|
| 266 |
+
with gr.Blocks() as demo:
|
| 267 |
gr.Markdown("You must be logged in to use GGUF-my-repo.")
|
| 268 |
gr.LoginButton(min_width=250)
|
| 269 |
|