Hugging Face
Models
Datasets
Spaces
Community
Docs
Enterprise
Pricing
Log In
Sign Up
Spaces:
soheiltp
/
Image-Classifier
like
0
Runtime error
App
Files
Files
Community
Fetching metadata from the HF Docker repository...
soheiltp
commited on
May 25, 2022
Commit
1ba7813
·
1 Parent(s):
5aad4a1
Update app.py
Browse files
Files changed (1)
hide
show
app.py
+1
-0
app.py
CHANGED
Viewed
@@ -30,5 +30,6 @@ iface = gr.Interface(
30
["ma.jpg"]
31
])
32
33
if __name__ == "__main__":
34
iface.launch(share=True)
30
["ma.jpg"]
31
])
32
33
+
34
if __name__ == "__main__":
35
iface.launch(share=True)