Hugging Face
Models
Datasets
Spaces
Community
Docs
Enterprise
Pricing
Log In
Sign Up
Spaces:
DebasishDhal99
/
Youtube_Playlist
like
1
Running
App
Files
Files
Community
Fetching metadata from the HF Docker repository...
DebasishDhal99
commited on
Jul 7, 2023
Commit
195bb66
·
1 Parent(s):
db4796d
Update app.py
Browse files
Files changed (1)
hide
show
app.py
+2
-1
app.py
CHANGED
Viewed
@@ -58,4 +58,5 @@ interface2 = gr.Interface(
58
theme="compact",
59
)
60
61
-
gr.Parallel(interface1, interface2).launch()
58
theme="compact",
59
)
60
61
+
#
gr.Parallel(interface1, interface2).launch()
62
+
interface2.launch()