Spaces:
Runtime error
Runtime error
Update app.py
Browse files
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(
|