Spaces:
Running
Running
Update app.py
Browse files
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__":
|