Spaces:
Runtime error
Runtime error
nicole-ait
commited on
Commit
·
017da00
1
Parent(s):
176e824
default repo id
Browse files
app.py
CHANGED
@@ -10,7 +10,7 @@ Answer: Let's think step by step."""
|
|
10 |
|
11 |
def run(
|
12 |
question: gr.Textbox = None,
|
13 |
-
repo_id: gr.Dropdown =
|
14 |
temperature: gr.Slider = 0.5,
|
15 |
max_length: gr.Slider = 64,
|
16 |
by_steq: gr.Checkbox = False,
|
|
|
10 |
|
11 |
def run(
|
12 |
question: gr.Textbox = None,
|
13 |
+
repo_id: gr.Dropdown = "google/flan-t5-xxl",
|
14 |
temperature: gr.Slider = 0.5,
|
15 |
max_length: gr.Slider = 64,
|
16 |
by_steq: gr.Checkbox = False,
|