Spaces:
Runtime error
Runtime error
Commit
Β·
cd2ccf4
1
Parent(s):
5394a86
Update app.py
Browse files
app.py
CHANGED
@@ -62,8 +62,8 @@ def generate(prommpt):
|
|
62 |
return chain.run(prompt)
|
63 |
# and will return responses
|
64 |
|
65 |
-
|
66 |
-
|
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,
|