Spaces:
Runtime error
Runtime error
k3ybladewielder
commited on
Commit
Β·
f38a37e
1
Parent(s):
787eb2b
update
Browse files- README.md +1 -1
- app.py +1 -1
- 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
|