J-LAB commited on
Commit
3d8d1aa
·
verified ·
1 Parent(s): bb3c6c7

Update app.py

Browse files
Files changed (1) hide show
  1. app.py +1 -1
app.py CHANGED
@@ -37,7 +37,7 @@ def fig_to_pil(fig):
37
  return Image.open(buf)
38
 
39
  @spaces.GPU
40
- def run_example(task_prompt, image, text_input=None, model_id='microsoft/Florence-2-large'):
41
  model = models[model_id]
42
  processor = processors[model_id]
43
  if text_input is None:
 
37
  return Image.open(buf)
38
 
39
  @spaces.GPU
40
+ def run_example(task_prompt, image, text_input=None, model_id='J-LAB/Florence-Idesire'):
41
  model = models[model_id]
42
  processor = processors[model_id]
43
  if text_input is None: