Hugging Face
Models
Datasets
Spaces
Community
Docs
Enterprise
Pricing
Log In
Sign Up
Spaces:
xxparthparekhxx
/
File_Compression_And_Manipulation
like
0
Sleeping
App
Files
Files
Community
Fetching metadata from the HF Docker repository...
xxparthparekhxx
commited on
Nov 22, 2024
Commit
53ccfa5
·
1 Parent(s):
7e364d6
removing ssr ?
Browse files
Files changed (1)
hide
show
app.py
+1
-2
app.py
CHANGED
Viewed
@@ -376,5 +376,4 @@ with gr.Blocks(title="Media Toolbox") as app:
376
outputs=files_output)
377
378
379
-
# if __name__ == "__main__":
380
-
app.launch()
376
outputs=files_output)
377
378
379
+
app.launch(ssr_mode=False,server_port=7860,)