Spaces:
Sleeping
Sleeping
feat: 调整依赖
Browse files
app.py
CHANGED
@@ -1,6 +1,6 @@
|
|
1 |
import spaces
|
2 |
-
from transformers import pipeline
|
3 |
import gradio as gr
|
|
|
4 |
|
5 |
pipe = pipeline("feature-extraction", model="jinaai/jina-embeddings-v2-base-code", trust_remote_code=True)
|
6 |
pipe.to('cuda')
|
|
|
1 |
import spaces
|
|
|
2 |
import gradio as gr
|
3 |
+
from transformers import pipeline
|
4 |
|
5 |
pipe = pipeline("feature-extraction", model="jinaai/jina-embeddings-v2-base-code", trust_remote_code=True)
|
6 |
pipe.to('cuda')
|