Spaces:
Runtime error
Runtime error
fix: apparently no _get_recommended_model anymore
Browse files
app.py
CHANGED
@@ -42,7 +42,6 @@ from huggingface_hub.inference._common import (
|
|
42 |
_bytes_to_dict,
|
43 |
_bytes_to_image,
|
44 |
_bytes_to_list,
|
45 |
-
_get_recommended_model,
|
46 |
_import_numpy,
|
47 |
_is_tgi_server,
|
48 |
_open_as_binary,
|
|
|
42 |
_bytes_to_dict,
|
43 |
_bytes_to_image,
|
44 |
_bytes_to_list,
|
|
|
45 |
_import_numpy,
|
46 |
_is_tgi_server,
|
47 |
_open_as_binary,
|