YuvrajSingh9886 commited on
Commit
9e08c49
·
verified ·
1 Parent(s): 45524d1

Upload app.py

Browse files
Files changed (1) hide show
  1. app.py +1 -1
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 a decoding method (Top-K Sampling or Beam Search), and the model will generate an answer."
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