xxparthparekhxx commited on
Commit
53ccfa5
·
1 Parent(s): 7e364d6

removing ssr ?

Browse files
Files changed (1) hide show
  1. app.py +1 -2
app.py CHANGED
@@ -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,)