DawnC commited on
Commit
8bcee99
·
verified ·
1 Parent(s): 7381493

Update app.py

Browse files
Files changed (1) hide show
  1. app.py +1 -6
app.py CHANGED
@@ -35,7 +35,6 @@ from html_templates import (
35
  get_akc_breeds_link
36
  )
37
  from model_architecture import BaseModel, dog_breeds
38
- from analytics_dashboard import create_analytics_tab
39
  from urllib.parse import quote
40
  from ultralytics import YOLO
41
  import asyncio
@@ -490,10 +489,6 @@ def main():
490
  # 4. 歷史記錄標籤
491
  create_history_tab(history_component)
492
 
493
- # 5. 使用分析紀錄
494
- create_analytics_tab()
495
-
496
-
497
  # Footer
498
  gr.HTML('''
499
  <div style="
@@ -525,4 +520,4 @@ def main():
525
 
526
  if __name__ == "__main__":
527
  iface = main()
528
- iface.launch(share=True)
 
35
  get_akc_breeds_link
36
  )
37
  from model_architecture import BaseModel, dog_breeds
 
38
  from urllib.parse import quote
39
  from ultralytics import YOLO
40
  import asyncio
 
489
  # 4. 歷史記錄標籤
490
  create_history_tab(history_component)
491
 
 
 
 
 
492
  # Footer
493
  gr.HTML('''
494
  <div style="
 
520
 
521
  if __name__ == "__main__":
522
  iface = main()
523
+ iface.launch()