Spaces:
Runtime error
Runtime error
Update app.py
Browse files
app.py
CHANGED
@@ -4,6 +4,7 @@ import torch.nn.functional as F
|
|
4 |
from torch import Tensor
|
5 |
from transformers import AutoTokenizer, AutoModel
|
6 |
import gradio as gr
|
|
|
7 |
|
8 |
title = """
|
9 |
# 👋🏻Welcome to 🙋🏻♂️Tonic's 🐣e5-mistral🛌🏻Embeddings """
|
|
|
4 |
from torch import Tensor
|
5 |
from transformers import AutoTokenizer, AutoModel
|
6 |
import gradio as gr
|
7 |
+
import os
|
8 |
|
9 |
title = """
|
10 |
# 👋🏻Welcome to 🙋🏻♂️Tonic's 🐣e5-mistral🛌🏻Embeddings """
|