Spaces:
Sleeping
Sleeping
Update app.py
Browse files
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
|
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 |
|