Spaces:
Running
on
Zero
Running
on
Zero
add gradio
Browse filesthrows an error if gradio isn't installed, suggest to add to requirements.txt
import gradio as gr
ModuleNotFoundError: No module named 'gradio'
- requirements.txt +1 -0
requirements.txt
CHANGED
@@ -7,4 +7,5 @@ moviepy
|
|
7 |
flow_vis
|
8 |
imutils
|
9 |
numpy
|
|
|
10 |
git+https://github.com/facebookresearch/co-tracker.git
|
|
|
7 |
flow_vis
|
8 |
imutils
|
9 |
numpy
|
10 |
+
gradio
|
11 |
git+https://github.com/facebookresearch/co-tracker.git
|