JVice commited on
Commit
e95edae
1 Parent(s): 563a290

Update app.py

Browse files
Files changed (1) hide show
  1. app.py +1 -1
app.py CHANGED
@@ -269,7 +269,7 @@ def setup_additional_information_tab(tab):
269
  - Currently, a model_index.json file is required to load models and use them with TBYB, we will look to
270
  address other models in future works
271
  - TBYB only works on T2I models hosted on HuggingFace, other model repositories are not currently supported
272
- - Adaptor models are not currently supported, we will look to add evaluation functionalities of these
273
  models in the future.
274
  - Download, generation, inference and evaluation times are all hardware dependent.
275
 
 
269
  - Currently, a model_index.json file is required to load models and use them with TBYB, we will look to
270
  address other models in future works
271
  - TBYB only works on T2I models hosted on HuggingFace, other model repositories are not currently supported
272
+ - Adaptor models are currently not supported, we will look to add evaluation functionalities of these
273
  models in the future.
274
  - Download, generation, inference and evaluation times are all hardware dependent.
275