alibidaran commited on
Commit
f47ee6e
1 Parent(s): ba7d7ac

Update index.html

Browse files
Files changed (1) hide show
  1. index.html +6 -5
index.html CHANGED
@@ -196,11 +196,12 @@
196
  <h3>Bone Fracture detector</h3>
197
  <p>An open-source AI driven web app that can detect bone fractures from XRAY images. A handy web app for orthopedists and medical professionists.
198
  Our optimized Yolo-V8 model enable all users to execute it in CPU efficently. Moreover, this model can be executed in real-time enviorments.
199
- </p>
200
- <script
201
- type="module"
202
- src="https://gradio.s3-us-west-2.amazonaws.com/4.22.0/gradio.js"></script>
203
- <gradio-app src="https://alibidaran-bone-fraction.hf.space"></gradio-app>
 
204
  </div>
205
  </div>
206
  <div class="project-container">
 
196
  <h3>Bone Fracture detector</h3>
197
  <p>An open-source AI driven web app that can detect bone fractures from XRAY images. A handy web app for orthopedists and medical professionists.
198
  Our optimized Yolo-V8 model enable all users to execute it in CPU efficently. Moreover, this model can be executed in real-time enviorments.
199
+ <iframe
200
+ src="https://alibidaran-bone-fraction.hf.space"
201
+ frameborder="0"
202
+ width="850"
203
+ height="450"
204
+ ></iframe>
205
  </div>
206
  </div>
207
  <div class="project-container">