Spaces:
Runtime error
Runtime error
Update app.py
Browse files
app.py
CHANGED
@@ -85,8 +85,8 @@ with gr.Blocks() as demo:
|
|
85 |
input_length = gr.Number(value=200, label="Choose length of the text:")
|
86 |
with gr.Row():
|
87 |
ai_generator = gr.Dropdown(
|
88 |
-
choices = ['
|
89 |
-
value = '
|
90 |
label="Choose AI Model"
|
91 |
)
|
92 |
input_api = gr.Textbox(label="API Key", visible=False)
|
|
|
85 |
input_length = gr.Number(value=200, label="Choose length of the text:")
|
86 |
with gr.Row():
|
87 |
ai_generator = gr.Dropdown(
|
88 |
+
choices = ['Llama 3', 'OpenAI GPT 3.5', 'OpenAI GPT 4', 'OpenAI GPT 4o'],
|
89 |
+
value = 'Llama 3',
|
90 |
label="Choose AI Model"
|
91 |
)
|
92 |
input_api = gr.Textbox(label="API Key", visible=False)
|