Spaces:
Sleeping
Sleeping
Update app.py
Browse files
app.py
CHANGED
|
@@ -1,6 +1,6 @@
|
|
| 1 |
|
| 2 |
# Install required packages
|
| 3 |
-
!pip install transformers
|
| 4 |
!pip install streamlit
|
| 5 |
!pip install torch
|
| 6 |
!pip install datasets gradio
|
|
|
|
| 1 |
|
| 2 |
# Install required packages
|
| 3 |
+
# !pip install transformers
|
| 4 |
!pip install streamlit
|
| 5 |
!pip install torch
|
| 6 |
!pip install datasets gradio
|