jonathanjordan21 commited on
Commit
b0e47c3
·
verified ·
1 Parent(s): 20ceb06

Update app.py

Browse files
Files changed (1) hide show
  1. app.py +1 -1
app.py CHANGED
@@ -73,7 +73,7 @@ demo = gr.ChatInterface(
73
  step=0.05,
74
  label="Top-p (nucleus sampling)",
75
  ),
76
- gr.Textbox(value="llama3-8b", label="Available Model Name, please refer to https://lintasmediadanawa-hf-llm-api.hf.space/api/tags")
77
  gr.Textbox(value="hf_xxx", label="Huggingface API key")
78
  ],
79
  )
 
73
  step=0.05,
74
  label="Top-p (nucleus sampling)",
75
  ),
76
+ gr.Textbox(value="llama3-8b", label="Available Model Name, please refer to https://lintasmediadanawa-hf-llm-api.hf.space/api/tags"),
77
  gr.Textbox(value="hf_xxx", label="Huggingface API key")
78
  ],
79
  )