Hugging Face
Models
Datasets
Spaces
Buckets
new
Docs
Enterprise
Pricing
Website
Tasks
HuggingChat
Collections
Languages
Organizations
Community
Blog
Posts
Daily Papers
Learn
Discord
Forum
GitHub
Solutions
Team & Enterprise
Hugging Face PRO
Enterprise Support
Inference Providers
Inference Endpoints
Storage Buckets
Log In
Sign Up
Spaces:
AIOmarRehan
/
Animal_Image_Classification_Using_InceptionV3
like
3
Sleeping
App
Files
Files
Community
Fetching metadata from the HF Docker repository...
AIOmarRehan
commited on
Feb 6
Commit
17f73d8
·
verified
·
1 Parent(s):
b07ca7f
Update app.py
Browse files
Files changed (1)
hide
show
app.py
+1
-1
app.py
CHANGED
Viewed
@@ -58,4 +58,4 @@ with demo:
58
)
59
60
if __name__ == "__main__":
61
-
demo.launch(
ssr_mode=False, show_error=True
)
58
)
59
60
if __name__ == "__main__":
61
+
demo.launch()