xyizko commited on
Commit
fb493fc
·
verified ·
1 Parent(s): 6064006

Update app.py

Browse files

-Fix readme - Description

Files changed (1) hide show
  1. app.py +1 -1
app.py CHANGED
@@ -70,7 +70,7 @@ model_input = gr.Textbox(
70
  demo = gr.ChatInterface(
71
  fn=respond,
72
  title="HF Text Generation Model Tester",
73
- description="Add token + model name for private models",
74
  additional_inputs=[
75
  token_input,
76
  model_input,
 
70
  demo = gr.ChatInterface(
71
  fn=respond,
72
  title="HF Text Generation Model Tester",
73
+ description="Add token + model name",
74
  additional_inputs=[
75
  token_input,
76
  model_input,