Spaces:
Paused
Paused
Upload app.py
Browse files
app.py
CHANGED
@@ -137,7 +137,7 @@ iface = gr.Interface(
|
|
137 |
],
|
138 |
outputs=gr.Textbox(label="Answer"),
|
139 |
title="SmolLlama",
|
140 |
-
description="Enter a prompt, select a model (SFT or DPO) and
|
141 |
)
|
142 |
|
143 |
# Launch the Gradio app
|
|
|
137 |
],
|
138 |
outputs=gr.Textbox(label="Answer"),
|
139 |
title="SmolLlama",
|
140 |
+
description="Enter a prompt, select a model (SFT or DPO) and the model will generate an answer."
|
141 |
)
|
142 |
|
143 |
# Launch the Gradio app
|