Spaces:
Runtime error
Runtime error
Update app.py
Browse files
app.py
CHANGED
@@ -1,6 +1,7 @@
|
|
1 |
import os
|
2 |
import tempfile
|
3 |
|
|
|
4 |
import gradio as gr
|
5 |
from transformers import pipeline
|
6 |
from huggingface_hub import InferenceClient
|
|
|
1 |
import os
|
2 |
import tempfile
|
3 |
|
4 |
+
import torch
|
5 |
import gradio as gr
|
6 |
from transformers import pipeline
|
7 |
from huggingface_hub import InferenceClient
|