k3ybladewielder commited on
Commit
f38a37e
β€’
1 Parent(s): 787eb2b
Files changed (3) hide show
  1. README.md +1 -1
  2. app.py +1 -1
  3. requirements.txt +1 -0
README.md CHANGED
@@ -1,6 +1,6 @@
1
  ---
2
  title: Falcon 40b Instruct
3
- emoji: πŸ‘€
4
  colorFrom: blue
5
  colorTo: indigo
6
  sdk: gradio
 
1
  ---
2
  title: Falcon 40b Instruct
3
+ emoji: πŸ¦…
4
  colorFrom: blue
5
  colorTo: indigo
6
  sdk: gradio
app.py CHANGED
@@ -62,7 +62,7 @@ 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
 
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
requirements.txt CHANGED
@@ -2,3 +2,4 @@ langchain
2
  gradio==3.39.0
3
  transformers==4.24.0
4
  torch
 
 
2
  gradio==3.39.0
3
  transformers==4.24.0
4
  torch
5
+ einops