oobabooga commited on
Commit
45ce836
·
verified ·
1 Parent(s): 3fd6ae9

Update app.py

Browse files
Files changed (1) hide show
  1. app.py +1 -1
app.py CHANGED
@@ -351,7 +351,7 @@ def create_ui():
351
  # Model URL input
352
  model_url = gr.Textbox(
353
  label="GGUF Model URL",
354
- placeholder="https://huggingface.co/bartowski/Meta-Llama-3.1-8B-Instruct-GGUF/blob/main/Meta-Llama-3.1-8B-Instruct-IQ2_M.gguf",
355
  value=""
356
  )
357
 
 
351
  # Model URL input
352
  model_url = gr.Textbox(
353
  label="GGUF Model URL",
354
+ placeholder="https://huggingface.co/unsloth/Qwen3-235B-A22B-GGUF/blob/main/UD-Q2_K_XL/Qwen3-235B-A22B-UD-Q2_K_XL-00001-of-00002.gguf",
355
  value=""
356
  )
357