spawn99 commited on
Commit
abd0d11
·
verified ·
1 Parent(s): 0356ba0

Update app.py

Browse files

added repo link

Files changed (1) hide show
  1. app.py +1 -0
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