Spaces:
Runtime error
Runtime error
Anonymous
commited on
Commit
·
0c5ef33
1
Parent(s):
55c722b
remove openai key
Browse files
app.py
CHANGED
|
@@ -40,8 +40,6 @@ with gr.Blocks() as demo:
|
|
| 40 |
with gr.Row():
|
| 41 |
with gr.Column(scale=2):
|
| 42 |
instruction = gr.Textbox(label="Instruction")
|
| 43 |
-
openai_key = gr.Textbox(label="OpenAI API key", type="password")
|
| 44 |
-
model = gr.Textbox(label="Model", placeholder="Enter model name (e.g., gpt-4-vision-preview)")
|
| 45 |
model_type = gr.Dropdown(label="Model Type", choices=["Multilingual", "English"], value='English')
|
| 46 |
config_recommendation = gr.Button("Recommend Configuration")
|
| 47 |
with gr.Column():
|
|
|
|
| 40 |
with gr.Row():
|
| 41 |
with gr.Column(scale=2):
|
| 42 |
instruction = gr.Textbox(label="Instruction")
|
|
|
|
|
|
|
| 43 |
model_type = gr.Dropdown(label="Model Type", choices=["Multilingual", "English"], value='English')
|
| 44 |
config_recommendation = gr.Button("Recommend Configuration")
|
| 45 |
with gr.Column():
|