Update app.py
Browse files
app.py
CHANGED
@@ -1,7 +1,4 @@
|
|
1 |
-
|
2 |
-
!pip install torch torchvision -f https://download.pytorch.org/whl/cu80/torch_stable.html
|
3 |
-
!pip install gradio transformers
|
4 |
-
!pip install tensorflow
|
5 |
|
6 |
# Import required libraries
|
7 |
import gradio as gr
|
|
|
1 |
+
|
|
|
|
|
|
|
2 |
|
3 |
# Import required libraries
|
4 |
import gradio as gr
|