ntsc207 commited on
Commit
a77f399
·
verified ·
1 Parent(s): cccd16d

Update app.py

Browse files
Files changed (1) hide show
  1. app.py +2 -2
app.py CHANGED
@@ -141,8 +141,8 @@ def app():
141
  gr.HTML("<h2>Input Parameters</h2>")
142
  img_path = gr.Image(label="Image", height = 260, width = 410)
143
  vid_path = gr.Video(label="Video", height = 260, width = 410)
144
- #gr.HTML("<img src='.img_examples/clasess.png'>")
145
- gr.Image("/file=.img_examples/clasess.png")
146
  #gr.Examples(['./img_examples/Exam_1.png','./img_examples/Exam_2.png','./img_examples/Exam_3.png','./img_examples/Exam_4.png','./img_examples/Exam_5.png'], inputs=img_path,label = "Image Example", cache_examples = False)
147
  #gr.Examples(['./video_examples/video_1.mp4', './video_examples/video_2.mp4','./video_examples/video_3.mp4','./video_examples/video_4.mp4','./video_examples/video_5.mp4'], inputs=vid_path, label = "Video Example", cache_examples = False)
148
  with gr.Column(min_width = 270):
 
141
  gr.HTML("<h2>Input Parameters</h2>")
142
  img_path = gr.Image(label="Image", height = 260, width = 410)
143
  vid_path = gr.Video(label="Video", height = 260, width = 410)
144
+ gr.HTML("<img src='flie/img_examples/clasess.png'>")
145
+ #gr.Image("/file=.img_examples/clasess.png")
146
  #gr.Examples(['./img_examples/Exam_1.png','./img_examples/Exam_2.png','./img_examples/Exam_3.png','./img_examples/Exam_4.png','./img_examples/Exam_5.png'], inputs=img_path,label = "Image Example", cache_examples = False)
147
  #gr.Examples(['./video_examples/video_1.mp4', './video_examples/video_2.mp4','./video_examples/video_3.mp4','./video_examples/video_4.mp4','./video_examples/video_5.mp4'], inputs=vid_path, label = "Video Example", cache_examples = False)
148
  with gr.Column(min_width = 270):