Spaces:
Running
Running
Update app.py
Browse files
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(
|