rphrp1985 commited on
Commit
265da87
·
verified ·
1 Parent(s): 84e8a41

Update app.py

Browse files
Files changed (1) hide show
  1. app.py +3 -0
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
  """