Update app.py
Browse files
app.py
CHANGED
@@ -1,7 +1,6 @@
|
|
1 |
import gradio as gr
|
2 |
import spaces
|
3 |
-
import
|
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:
|