Update app.py
Browse files
app.py
CHANGED
|
@@ -7,6 +7,9 @@ from huggingface_hub import InferenceClient
|
|
| 7 |
import os
|
| 8 |
import psutil
|
| 9 |
|
|
|
|
|
|
|
|
|
|
| 10 |
"""
|
| 11 |
For more information on `huggingface_hub` Inference API support, please check the docs: https://huggingface.co/docs/huggingface_hub/v0.22.2/en/guides/inference
|
| 12 |
"""
|
|
|
|
| 7 |
import os
|
| 8 |
import psutil
|
| 9 |
|
| 10 |
+
|
| 11 |
+
raise ValueError('')
|
| 12 |
+
|
| 13 |
"""
|
| 14 |
For more information on `huggingface_hub` Inference API support, please check the docs: https://huggingface.co/docs/huggingface_hub/v0.22.2/en/guides/inference
|
| 15 |
"""
|