FESG1234 commited on
Commit
ae63ae0
·
verified ·
1 Parent(s): bf51ea5

Update app.py

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