alibidaran commited on
Commit
c87119c
·
verified ·
1 Parent(s): c113153

Update app.py

Browse files
Files changed (1) hide show
  1. app.py +1 -1
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
- 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__":
 
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__":