Upload folder using huggingface_hub
Browse files
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 |
)
|