hackergeek commited on
Commit
6c80c52
·
verified ·
1 Parent(s): 283fbdc

Update app.py

Browse files
Files changed (1) hide show
  1. app.py +4 -4
app.py CHANGED
@@ -5,10 +5,10 @@
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
 
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