Jyotiyadav commited on
Commit
6ad7f34
·
verified ·
1 Parent(s): fd6f243

Update app.py

Browse files
Files changed (1) hide show
  1. app.py +2 -0
app.py CHANGED
@@ -1,4 +1,6 @@
1
  import gradio as gr
 
 
2
  from transformers import pipeline
3
 
4
  # Initialize the pipeline
 
1
  import gradio as gr
2
+ import torch
3
+ import torchvision
4
  from transformers import pipeline
5
 
6
  # Initialize the pipeline