Spaces:
Running
Running
Update app.py
Browse files
app.py
CHANGED
@@ -29,7 +29,7 @@ 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 |
-
|
33 |
examples=pic_files)
|
34 |
|
35 |
if __name__=="__main__":
|
|
|
29 |
inputs=gr.Image(type="pil"),
|
30 |
outputs=[gr.Image(type='pil', label="Dental Analysis"),
|
31 |
gr.Image(type='pil', label="Dental Analysis"),
|
32 |
+
],
|
33 |
examples=pic_files)
|
34 |
|
35 |
if __name__=="__main__":
|