minko186 commited on
Commit
214c731
·
verified ·
1 Parent(s): 5f853f6

Update app.py

Browse files
Files changed (1) hide show
  1. app.py +1 -1
app.py CHANGED
@@ -85,7 +85,7 @@ 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 = ['Llama 3', 'OpenAI GPT 3.5', 'OpenAI GPT 4', 'OpenAI GPT 4o'],
89
  value = 'Llama 3',
90
  label="Choose AI Model"
91
  )
 
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', 'Groq', 'Mistral', 'Gemma', 'OpenAI GPT 3.5', 'OpenAI GPT 4', 'OpenAI GPT 4o'],
89
  value = 'Llama 3',
90
  label="Choose AI Model"
91
  )