fl399 commited on
Commit
3808a7a
·
1 Parent(s): 08fb2c9

Update app.py

Browse files
Files changed (1) hide show
  1. app.py +1 -3
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
- "image",
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",