DawnC commited on
Commit
6c3d0bb
·
1 Parent(s): 67608c1

Update app.py

Browse files
Files changed (1) hide show
  1. app.py +1 -0
app.py CHANGED
@@ -708,5 +708,6 @@ with gr.Blocks() as iface:
708
 
709
  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>')
710
 
 
711
  if __name__ == "__main__":
712
  iface.launch()
 
708
 
709
  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>')
710
 
711
+
712
  if __name__ == "__main__":
713
  iface.launch()