davidna22 commited on
Commit
beffdc5
·
1 Parent(s): 261292c

Update app.py

Browse files
Files changed (1) hide show
  1. app.py +2 -2
app.py CHANGED
@@ -261,7 +261,7 @@ with gr.Blocks() as demo:
261
  choices=[
262
  "CNN"
263
  ])
264
- story_model = gr.Dropdown(value="gpt-3.5-turbo-0301",
265
  label="Select Text Model to use",
266
  choices=["gpt-3.5-turbo",
267
  "gpt-3.5-turbo-0301",
@@ -295,7 +295,7 @@ with gr.Blocks() as demo:
295
  image_every_n_posts,
296
  image_subtoken,
297
  news_company,
298
- story_model
299
  ],
300
  outputs=[progress_box,
301
  log_output,
 
261
  choices=[
262
  "CNN"
263
  ])
264
+ text_model_name = gr.Dropdown(value="gpt-3.5-turbo-0301",
265
  label="Select Text Model to use",
266
  choices=["gpt-3.5-turbo",
267
  "gpt-3.5-turbo-0301",
 
295
  image_every_n_posts,
296
  image_subtoken,
297
  news_company,
298
+ text_model_name
299
  ],
300
  outputs=[progress_box,
301
  log_output,