Hugging Face
Models
Datasets
Spaces
Posts
Docs
Enterprise
Pricing
Log In
Sign Up
Spaces:
Pablogps
/
castles
like
0
Sleeping
App
Files
Files
Community
Fetching metadata from the HF Docker repository...
Pablogps
commited on
Oct 8, 2024
Commit
7802507
·
verified
·
1 Parent(s):
bc7dc0c
Update app.py
Browse files
Removed unnecessary launch
Files changed (1)
hide
show
app.py
+1
-1
app.py
CHANGED
Viewed
@@ -24,5 +24,5 @@ gr.Interface(
24
title=title,
25
description=description,
26
examples=examples,
27
-
)
.launch()
28
iface.launch()
24
title=title,
25
description=description,
26
examples=examples,
27
+
)
28
iface.launch()