DawnC commited on
Commit
9d181cc
·
1 Parent(s): 0d08081

Update app.py

Browse files
Files changed (1) hide show
  1. app.py +0 -2
app.py CHANGED
@@ -391,7 +391,6 @@ def format_description_html(description, breed):
391
  return html
392
 
393
 
394
-
395
  def go_back(state):
396
  buttons = state.get("buttons", [])
397
  return (
@@ -445,6 +444,5 @@ with gr.Blocks() as iface:
445
  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>')
446
 
447
 
448
-
449
  if __name__ == "__main__":
450
  iface.launch()
 
391
  return html
392
 
393
 
 
394
  def go_back(state):
395
  buttons = state.get("buttons", [])
396
  return (
 
444
  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>')
445
 
446
 
 
447
  if __name__ == "__main__":
448
  iface.launch()