l1006986533 commited on
Commit
5b339eb
1 Parent(s): 94cc958

add Cython

Browse files
Files changed (2) hide show
  1. app.py +0 -1
  2. requirements.txt +2 -1
app.py CHANGED
@@ -1,4 +1,3 @@
1
- import matplotlib.pyplot as plt
2
  import gradio as gr
3
  import os
4
  os.system('cd monotonic_align && python setup.py build_ext --inplace && cd ..')
 
 
1
  import gradio as gr
2
  import os
3
  os.system('cd monotonic_align && python setup.py build_ext --inplace && cd ..')
requirements.txt CHANGED
@@ -1,2 +1,3 @@
1
  torch
2
- scipy
 
 
1
  torch
2
+ scipy
3
+ Cython