Spaces:
Sleeping
Sleeping
Update app.py
Browse files
app.py
CHANGED
@@ -1,7 +1,6 @@
|
|
1 |
import gradio as gr
|
2 |
from transformers import pipeline
|
3 |
|
4 |
-
huggingface-cli login
|
5 |
|
6 |
# Load the models for image and video classification
|
7 |
#image_model = pipeline("image-classification", model="Rohit1412/Deepfake", device=0)
|
|
|
1 |
import gradio as gr
|
2 |
from transformers import pipeline
|
3 |
|
|
|
4 |
|
5 |
# Load the models for image and video classification
|
6 |
#image_model = pipeline("image-classification", model="Rohit1412/Deepfake", device=0)
|