testbot commited on
Commit
8c4ee1f
1 Parent(s): 8ec55c7

no need for a my-username in example

Browse files
Files changed (1) hide show
  1. app.py +1 -1
app.py CHANGED
@@ -205,7 +205,7 @@ with gr.Blocks() as demo:
205
  input_quantization = gr.Checkbox(value=False, label="4-bits quantization")
206
  input_destination = gr.Text(
207
  max_lines=1,
208
- label="Destination (e.g.: my-username/bloomz-7b1.cpp) - optional",
209
  )
210
  btn = gr.Button("Convert!")
211
 
 
205
  input_quantization = gr.Checkbox(value=False, label="4-bits quantization")
206
  input_destination = gr.Text(
207
  max_lines=1,
208
+ label="Destination (e.g.: bloomz-7b1.cpp) - optional",
209
  )
210
  btn = gr.Button("Convert!")
211