Shoubin commited on
Commit
ff1c51e
1 Parent(s): 170b316

Update app.py

Browse files
Files changed (1) hide show
  1. app.py +1 -0
app.py CHANGED
@@ -9,6 +9,7 @@ from lavis.models.sevila_models.sevila import SeViLA
9
  from typing import Optional
10
  import warnings
11
  # model config
 
12
  img_size = 224
13
  num_query_token = 32
14
  t5_model = 'google/flan-t5-xl'
 
9
  from typing import Optional
10
  import warnings
11
  # model config
12
+
13
  img_size = 224
14
  num_query_token = 32
15
  t5_model = 'google/flan-t5-xl'