Spaces:
Sleeping
Sleeping
Update app.py
Browse files
app.py
CHANGED
|
@@ -5,10 +5,10 @@
|
|
| 5 |
# ------------------------------
|
| 6 |
# Install dependencies (if needed)
|
| 7 |
# ------------------------------
|
| 8 |
-
|
| 9 |
-
|
| 10 |
-
|
| 11 |
-
|
| 12 |
|
| 13 |
import torch
|
| 14 |
import torch.nn as nn
|
|
|
|
| 5 |
# ------------------------------
|
| 6 |
# Install dependencies (if needed)
|
| 7 |
# ------------------------------
|
| 8 |
+
#!pip install torch torchvision --quiet
|
| 9 |
+
#!pip install huggingface_hub --quiet
|
| 10 |
+
#!pip install nltk --quiet
|
| 11 |
+
#!pip install gradio --quiet
|
| 12 |
|
| 13 |
import torch
|
| 14 |
import torch.nn as nn
|