Spaces:
Runtime error
Runtime error
Commit
·
1bd52ac
1
Parent(s):
5697a48
Update app.py
Browse files
app.py
CHANGED
@@ -9,7 +9,7 @@ examples = [
|
|
9 |
]
|
10 |
|
11 |
demo = gr.load(
|
12 |
-
"tiiuae/falcon-
|
13 |
inputs=gr.Textbox(lines=5, max_lines=6, label="Input Text"),
|
14 |
title=title,
|
15 |
examples=examples,
|
|
|
9 |
]
|
10 |
|
11 |
demo = gr.load(
|
12 |
+
"tiiuae/falcon-rw-1b",
|
13 |
inputs=gr.Textbox(lines=5, max_lines=6, label="Input Text"),
|
14 |
title=title,
|
15 |
examples=examples,
|