ysalaun commited on
Commit
5840ebd
1 Parent(s): 6cf6f4e

missing pip install

Browse files
Files changed (1) hide show
  1. app.py +4 -4
app.py CHANGED
@@ -4,10 +4,10 @@ import os
4
  import gradio as gr
5
 
6
  # transformers for easy access to nnet
7
- #os.system("pip install scipy")
8
- #os.system("pip install torch")
9
- #os.system("pip install scikit-learn")
10
- #os.system("pip install torchvision")
11
 
12
  import numpy as np
13
  import torch
 
4
  import gradio as gr
5
 
6
  # transformers for easy access to nnet
7
+ os.system("pip install scipy")
8
+ os.system("pip install torch")
9
+ os.system("pip install scikit-learn")
10
+ os.system("pip install torchvision")
11
 
12
  import numpy as np
13
  import torch