Spaces:
Paused
Paused
Update app.py
Browse files
app.py
CHANGED
@@ -3,6 +3,7 @@ import torch
|
|
3 |
import transformers
|
4 |
import gradio as gr
|
5 |
from huggingface_hub import hf_hub_download
|
|
|
6 |
|
7 |
|
8 |
auth_token = os.environ['HF_TOKEN'] or True
|
|
|
3 |
import transformers
|
4 |
import gradio as gr
|
5 |
from huggingface_hub import hf_hub_download
|
6 |
+
import safetensors
|
7 |
|
8 |
|
9 |
auth_token = os.environ['HF_TOKEN'] or True
|