minko186 commited on
Commit
6ebeb61
·
verified ·
1 Parent(s): efeb786

Update app.py

Browse files
Files changed (1) hide show
  1. app.py +2 -2
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 = ['GPT-Neo', 'Llama 3', 'OpenAI GPT 3.5', 'OpenAI GPT 4', 'OpenAI GPT 4o'],
89
- value = 'GPT-Neo',
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)