RamAnanth1 commited on
Commit
42435e1
·
1 Parent(s): 12b8600

Update app.py

Browse files
Files changed (1) hide show
  1. app.py +1 -0
app.py CHANGED
@@ -1,5 +1,6 @@
1
  import gradio as gr
2
  from transformers import pipeline
 
3
 
4
  theme = gr.themes.Monochrome(
5
  primary_hue="indigo",
 
1
  import gradio as gr
2
  from transformers import pipeline
3
+ import torch
4
 
5
  theme = gr.themes.Monochrome(
6
  primary_hue="indigo",