Spaces:
Runtime error
Runtime error
Update app.py
Browse files
app.py
CHANGED
@@ -203,9 +203,7 @@ demo = gr.Interface(
|
|
203 |
gr.Dropdown(
|
204 |
["alpaca-lora", "flan-ul2"], label="LLM", info="Will add more LLMs later!"
|
205 |
),
|
206 |
-
|
207 |
-
"text"],
|
208 |
-
gr.Dropdown(
|
209 |
["0-shot", "1-shot"], label="#shots", info="How many example tables in the prompt?"
|
210 |
),
|
211 |
"image",
|
|
|
203 |
gr.Dropdown(
|
204 |
["alpaca-lora", "flan-ul2"], label="LLM", info="Will add more LLMs later!"
|
205 |
),
|
206 |
+
gr.Dropdown(
|
|
|
|
|
207 |
["0-shot", "1-shot"], label="#shots", info="How many example tables in the prompt?"
|
208 |
),
|
209 |
"image",
|