Hugging Face
Models
Datasets
Spaces
Posts
Docs
Enterprise
Pricing
Log In
Sign Up
Spaces:
BharatYadav00
/
Iris_Flower_Classifier
like
0
Sleeping
App
Files
Files
Community
Fetching metadata from the HF Docker repository...
BharatYadav00
commited on
Sep 2, 2024
Commit
d90a233
·
verified
·
1 Parent(s):
4235e57
Update app.py
Browse files
Files changed (1)
hide
show
app.py
+1
-1
app.py
CHANGED
Viewed
@@ -51,4 +51,4 @@ interface = gr.Interface(
51
52
# Launch the interface
53
if __name__ == "__main__":
54
-
interface.launch()
51
52
# Launch the interface
53
if __name__ == "__main__":
54
+
interface.launch(
inline=False
)