Spaces:
Running
on
Zero
Running
on
Zero
Update app.py
Browse files
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 |
|