DawnC commited on
Commit
4486636
1 Parent(s): 196f0d8

Update app.py

Browse files
Files changed (1) hide show
  1. app.py +3 -0
app.py CHANGED
@@ -579,3 +579,6 @@ with gr.Blocks() as iface:
579
  )
580
 
581
  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>')
 
 
 
 
579
  )
580
 
581
  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>')
582
+
583
+ if __name__ == "__main__":
584
+ iface.launch()