DawnC commited on
Commit
e21a7d5
·
verified ·
1 Parent(s): ad8588c

Update app.py

Browse files
Files changed (1) hide show
  1. app.py +1 -0
app.py CHANGED
@@ -647,5 +647,6 @@ with gr.Blocks() as iface:
647
 
648
  gr.HTML('For more details on this project and other work, feel free to visit my GitHub <a href="https://github.com/Eric-Chung-0511/Learning-Record/tree/main/Data%20Science%20Projects/Dog_Breed_Classifier">Dog Breed Classifier</a>')
649
 
 
650
  if __name__ == "__main__":
651
  iface.launch()
 
647
 
648
  gr.HTML('For more details on this project and other work, feel free to visit my GitHub <a href="https://github.com/Eric-Chung-0511/Learning-Record/tree/main/Data%20Science%20Projects/Dog_Breed_Classifier">Dog Breed Classifier</a>')
649
 
650
+
651
  if __name__ == "__main__":
652
  iface.launch()