Hugging Face
Models
Datasets
Spaces
Community
Docs
Enterprise
Pricing
Log In
Sign Up
Spaces:
rahul7star
/
FPS-Studio
like
0
Paused
App
Files
Files
Community
Fetching metadata from the HF Docker repository...
rahul7star
commited on
Jul 1
Commit
46fb2a4
·
verified
·
1 Parent(s):
5f4fd73
Update app.py
Browse files
Files changed (1)
hide
show
app.py
+1
-5
app.py
CHANGED
Viewed
@@ -732,10 +732,6 @@ interface = create_interface(
732
733
interface.launch(
734
share=True,
735
-
css="""
736
-
body {
737
-
padding-top: 300px !important;
738
-
}
739
-
"""
740
)
741
732
733
interface.launch(
734
share=True,
735
+
736
)
737