Spaces:
Running
on
Zero
Running
on
Zero
Update app.py
Browse files
app.py
CHANGED
@@ -499,5 +499,6 @@ with gr.Blocks() as iface:
|
|
499 |
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>')
|
500 |
|
501 |
|
|
|
502 |
if __name__ == "__main__":
|
503 |
iface.launch()
|
|
|
499 |
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>')
|
500 |
|
501 |
|
502 |
+
|
503 |
if __name__ == "__main__":
|
504 |
iface.launch()
|