vladbogo commited on
Commit
a7fd27d
·
verified ·
1 Parent(s): bcad772

Upload folder using huggingface_hub

Browse files
Files changed (1) hide show
  1. app.py +1 -1
app.py CHANGED
@@ -22,7 +22,7 @@ def create_gradio_interface():
22
  label="Input Text",
23
  max_length=1000,
24
  ),
25
- gr.Dropdown(choices=["gpt-4-1106-preview"], label="Model"),
26
  ],
27
  outputs=gr.Markdown(label="Filtir Output"),
28
  )
 
22
  label="Input Text",
23
  max_length=1000,
24
  ),
25
+ gr.Dropdown(choices=["gpt-3.5-turbo", "gpt-4-1106-preview"], label="Model"),
26
  ],
27
  outputs=gr.Markdown(label="Filtir Output"),
28
  )