alibidaran commited on
Commit
9058f9b
·
verified ·
1 Parent(s): 6fde9b5

Update app.py

Browse files
Files changed (1) hide show
  1. app.py +2 -1
app.py CHANGED
@@ -28,7 +28,8 @@ description = "Upload an image to detect objects using a YOLOv8 model."
28
  gradio_app =gr.Interface(fn=detect_objects,
29
  inputs=gr.Image(type="pil"),
30
  outputs=[gr.Image(type='pil', label="Dental Analysis"),
31
- gr.Image(type='pil', label="Dental Analysis")],
 
32
  examples=pic_files)
33
 
34
  if __name__=="__main__":
 
28
  gradio_app =gr.Interface(fn=detect_objects,
29
  inputs=gr.Image(type="pil"),
30
  outputs=[gr.Image(type='pil', label="Dental Analysis"),
31
+ gr.Image(type='pil', label="Dental Analysis"),
32
+ gr.HTML('<iframe src="https://cloudhand-sdk-xlsh.vercel.app/" width="100%" height="600px" style="border:none;"></iframe>')],
33
  examples=pic_files)
34
 
35
  if __name__=="__main__":