cstr commited on
Commit
0710c34
·
verified ·
1 Parent(s): 2a80a86

Update app.py

Browse files
Files changed (1) hide show
  1. app.py +5 -0
app.py CHANGED
@@ -1149,6 +1149,11 @@ with gr.Blocks(css="""
1149
  value="mistralai/Mistral-7B-Instruct-v0.3",
1150
  label="Model Selection"
1151
  )
 
 
 
 
 
1152
 
1153
  with gr.Column(visible=False) as cohere_options:
1154
  cohere_api_key = gr.Textbox(
 
1149
  value="mistralai/Mistral-7B-Instruct-v0.3",
1150
  label="Model Selection"
1151
  )
1152
+ glhf_custom_model = gr.Textbox(
1153
+ label="Custom Model ID",
1154
+ placeholder="Enter custom model ID...",
1155
+ visible=False
1156
+ )
1157
 
1158
  with gr.Column(visible=False) as cohere_options:
1159
  cohere_api_key = gr.Textbox(