Yoxas commited on
Commit
20c92ef
·
verified ·
1 Parent(s): e64cfc9

Update app.py

Browse files
Files changed (1) hide show
  1. app.py +1 -2
app.py CHANGED
@@ -5,8 +5,7 @@ import spaces
5
  """
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(
 
5
  """
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", trust_remote_code=True)
 
9
 
10
  @spaces.GPU(duration=120)
11
  def respond(