ysharma HF staff commited on
Commit
edff0a2
1 Parent(s): 1d95d05

Update app.py

Browse files
Files changed (1) hide show
  1. app.py +1 -1
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(css=".gradio-container {max-height: 600px; overflow-y: auto;}") as demo:
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