DawnC commited on
Commit
12f4776
1 Parent(s): e8f177a

Update app.py

Browse files
Files changed (1) hide show
  1. app.py +1 -0
app.py CHANGED
@@ -237,6 +237,7 @@ with gr.Blocks(css="""
237
 
238
  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%20Breed%20Classifier">Dog Breed Classifier</a>')
239
 
 
240
  if __name__ == "__main__":
241
  iface.launch()
242
 
 
237
 
238
  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%20Breed%20Classifier">Dog Breed Classifier</a>')
239
 
240
+ # launch the program
241
  if __name__ == "__main__":
242
  iface.launch()
243