Spaces:
Runtime error
Runtime error
peter szemraj
commited on
Commit
·
601bf30
1
Parent(s):
9c05832
format
Browse files
app.py
CHANGED
|
@@ -149,7 +149,9 @@ if __name__ == "__main__":
|
|
| 149 |
)
|
| 150 |
|
| 151 |
gr.Markdown("## Advanced Options")
|
| 152 |
-
gr.Markdown(
|
|
|
|
|
|
|
| 153 |
|
| 154 |
num_beams = gr.Radio(
|
| 155 |
choices=[4, 8, 16],
|
|
|
|
| 149 |
)
|
| 150 |
|
| 151 |
gr.Markdown("## Advanced Options")
|
| 152 |
+
gr.Markdown(
|
| 153 |
+
"See details about these parameters [here](https://huggingface.co/blog/how-to-generate), otherwise they should be fine as-is."
|
| 154 |
+
)
|
| 155 |
|
| 156 |
num_beams = gr.Radio(
|
| 157 |
choices=[4, 8, 16],
|