peiji commited on
Commit
ffcfc3e
1 Parent(s): 98c74b8

Update app.py

Browse files
Files changed (1) hide show
  1. app.py +2 -2
app.py CHANGED
@@ -280,8 +280,8 @@ with gr.Blocks() as demo:
280
  title,
281
  json.dumps({
282
  'background':background,
283
- # 'task':task,
284
- # 'condidations':condidations
285
  })
286
  ])
287
  return gr.Dropdown(choices=choices, interactive=True)
 
280
  title,
281
  json.dumps({
282
  'background':background,
283
+ 'task':task,
284
+ 'condidations':condidations
285
  })
286
  ])
287
  return gr.Dropdown(choices=choices, interactive=True)