Ifeanyi commited on
Commit
cf65075
·
verified ·
1 Parent(s): 5af822f

Update app.py

Browse files
Files changed (1) hide show
  1. app.py +2 -2
app.py CHANGED
@@ -1,6 +1,6 @@
1
  import gradio as gr
2
- from ImageAnnotate import image_annotate
3
- from PoseAnnotate import pose_annotate
4
 
5
  objectDetector = gr.Interface(
6
  fn = image_annotate,
 
1
  import gradio as gr
2
+ from ImageAnnotator import image_annotate
3
+ from PoseAnnotator import pose_annotate
4
 
5
  objectDetector = gr.Interface(
6
  fn = image_annotate,