dejanseo commited on
Commit
7ba212a
1 Parent(s): 737c008

add gradio

Browse files

throws an error if gradio isn't installed, suggest to add to requirements.txt

import gradio as gr
ModuleNotFoundError: No module named 'gradio'

Files changed (1) hide show
  1. 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