Spaces:
Sleeping
Sleeping
Update app.py
Browse filesadded repo link
app.py
CHANGED
@@ -64,6 +64,7 @@ with gr.Blocks() as demo:
|
|
64 |
"instead of 'What is the capital of France?', use prompts like 'The capital of France is' or 'Here is a story about:'\n\n"
|
65 |
"Use the controls below to enter your prompt, adjust the maximum number of newly generated tokens, and set the "
|
66 |
"number of beams for beam search. The results for both strategies are displayed side by side for easy comparison.\n\n"
|
|
|
67 |
)
|
68 |
|
69 |
# Input components in a single column at the top
|
|
|
64 |
"instead of 'What is the capital of France?', use prompts like 'The capital of France is' or 'Here is a story about:'\n\n"
|
65 |
"Use the controls below to enter your prompt, adjust the maximum number of newly generated tokens, and set the "
|
66 |
"number of beams for beam search. The results for both strategies are displayed side by side for easy comparison.\n\n"
|
67 |
+
"Repo: [Beam Search Demo](https://github.com/cavit99/beam-search-demo)"
|
68 |
)
|
69 |
|
70 |
# Input components in a single column at the top
|