Hugging Face
Models
Datasets
Spaces
Community
Docs
Enterprise
Pricing
Log In
Sign Up
Spaces:
AIOmarRehan
/
Animal_Image_Classification_Using_InceptionV3
like
1
Sleeping
App
Files
Files
Community
Fetching metadata from the HF Docker repository...
AIOmarRehan
commited on
3 days ago
Commit
113c21c
·
verified
·
1 Parent(s):
b47de64
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()
58
)
59
60
if __name__ == "__main__":
61
+
demo.launch(
ssr_mode=False, show_error=True
)