Orion-zhen commited on
Commit
2f7b83a
·
verified ·
1 Parent(s): 5367f3d

Update app.py

Browse files
Files changed (1) hide show
  1. app.py +1 -1
app.py CHANGED
@@ -86,7 +86,7 @@ model_selector = gr.Dropdown(
86
  )
87
  custom_model = gr.Textbox(
88
  label="Custom Model",
89
- placeholder="Enter your custom model name. e.g. Qwen/QwQ",
90
  lines=1,
91
  )
92
  text_input = gr.Textbox(label="Input Text", placeholder="Hello World!", lines=4)
 
86
  )
87
  custom_model = gr.Textbox(
88
  label="Custom Model",
89
+ placeholder="Enter your custom model name. e.g. Qwen/QwQ-32B. To use built-in models, please keep this EMPTY!",
90
  lines=1,
91
  )
92
  text_input = gr.Textbox(label="Input Text", placeholder="Hello World!", lines=4)