wuhp commited on
Commit
0b10a3a
·
verified ·
1 Parent(s): e3cb567

Update app.py

Browse files
Files changed (1) hide show
  1. app.py +1 -2
app.py CHANGED
@@ -1,7 +1,6 @@
1
  import gradio as gr
2
  import spaces
3
- import transformers_gradio
4
-
5
  # Load *only* your model's interface.
6
  #
7
  # The original snippet loaded three models:
 
1
  import gradio as gr
2
  import spaces
3
+ import transformers
 
4
  # Load *only* your model's interface.
5
  #
6
  # The original snippet loaded three models: