Yoxas commited on
Commit
e64cfc9
·
verified ·
1 Parent(s): 86bcb84

Update app.py

Browse files
Files changed (1) hide show
  1. app.py +1 -0
app.py CHANGED
@@ -6,6 +6,7 @@ import spaces
6
  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
7
  """
8
  model = AutoModel.from_pretrained("Yoxas/autotrain-phi3-statistical")
 
9
 
10
  @spaces.GPU(duration=120)
11
  def respond(
 
6
  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
7
  """
8
  model = AutoModel.from_pretrained("Yoxas/autotrain-phi3-statistical")
9
+ trust_remote_code=True
10
 
11
  @spaces.GPU(duration=120)
12
  def respond(