Hugging Face
Models
Datasets
Spaces
Buckets
new
Docs
Enterprise
Pricing
Log In
Sign Up
Spaces:
ErdemAtak
/
Art_Style_Classifier
like
3
Running
App
Files
Files
Community
Fetching metadata from the HF Docker repository...
ErdemAtak
commited on
May 19, 2025
Commit
2045ca3
·
verified
·
1 Parent(s):
3f90037
Update app.py
Browse files
Files changed (1)
hide
show
app.py
+1
-1
app.py
CHANGED
Viewed
@@ -254,5 +254,5 @@ with gr.Blocks() as app:
254
outputs=[prediction_output, style_info]
255
)
256
257
-
# Launch the
app
258
app.launch()
254
outputs=[prediction_output, style_info]
255
)
256
257
+
# Launch the
application
258
app.launch()