Diego Fernandez commited on
Commit
ba41db7
1 Parent(s): 9beafe7

chore: fix NumPy version to run in Colab

Browse files
Files changed (2) hide show
  1. app.py +1 -1
  2. requirements.txt +3 -3
app.py CHANGED
@@ -35,7 +35,7 @@ intput_components = [
35
 
36
  output_components = "playablevideo"
37
 
38
- example_list = [["examples/" + example] for example in os.listdir("examples")]
39
 
40
  iface = gr.Interface(
41
  fn=inference,
 
35
 
36
  output_components = "playablevideo"
37
 
38
+ # example_list = [["examples/" + example] for example in os.listdir("examples")]
39
 
40
  iface = gr.Interface(
41
  fn=inference,
requirements.txt CHANGED
@@ -1,10 +1,10 @@
1
  torch==1.12.1
2
  torchvision==0.13.1
3
- numpy==1.23.2
4
- pandas==1.4.4
5
  rich==12.5.1
6
  seaborn==0.12.0
7
  opencv-python==4.6.0.66
8
  git+https://github.com/tryolabs/norfair.git@master
9
- gradio==3.1.4
10
  tqdm==4.64.1
 
1
  torch==1.12.1
2
  torchvision==0.13.1
3
+ numpy==1.21.6
4
+ pandas==1.3.5
5
  rich==12.5.1
6
  seaborn==0.12.0
7
  opencv-python==4.6.0.66
8
  git+https://github.com/tryolabs/norfair.git@master
9
+ gradio==3.3
10
  tqdm==4.64.1