Spaces:
Running
on
A10G
Running
on
A10G
Update app.py (#85)
Browse files- Update app.py (edff0a27d435d6a358308430e46ef00f1e82e046)
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 |
|