reach-vb HF staff ysharma HF staff commited on
Commit
450e242
1 Parent(s): 1d95d05

Update app.py (#85)

Browse files

- Update app.py (edff0a27d435d6a358308430e46ef00f1e82e046)


Co-authored-by: yuvraj sharma <[email protected]>

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