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