k3ybladewielder commited on
Commit
cd2ccf4
Β·
1 Parent(s): 5394a86

Update app.py

Browse files
Files changed (1) hide show
  1. app.py +2 -2
app.py CHANGED
@@ -62,8 +62,8 @@ def generate(prommpt):
62
  return chain.run(prompt)
63
  # and will return responses
64
 
65
- title = "Falcon 40-b-Instruct πŸ¦…"
66
- description = "Web app application using the open-source `Falcon-40b-Instruct` LLM"
67
 
68
  # build gradio interface
69
  gr.Interface(fn=generate,
 
62
  return chain.run(prompt)
63
  # and will return responses
64
 
65
+ title = "Falcon 40-b-Instruct πŸ¦…"
66
+ description = "Web app application using the open-source `Falcon-40b-Instruct` LLM"
67
 
68
  # build gradio interface
69
  gr.Interface(fn=generate,