Maximofn commited on
Commit
672dbd2
·
1 Parent(s): 959464b

Remove launch parameters

Browse files
Files changed (1) hide show
  1. app.py +1 -6
app.py CHANGED
@@ -804,12 +804,7 @@ def subtify():
804
 
805
  # gr.HTML(html_buy_me_a_coffe)
806
 
807
- demo.launch(
808
- server_name="0.0.0.0", # Necesario para Spaces
809
- server_port=7860, # Puerto estándar en Spaces
810
- share=False, # No necesitas share=True en Spaces
811
- ssr=False # Desactivar SSR para evitar problemas
812
- )
813
 
814
 
815
  if __name__ == "__main__":
 
804
 
805
  # gr.HTML(html_buy_me_a_coffe)
806
 
807
+ demo.launch()
 
 
 
 
 
808
 
809
 
810
  if __name__ == "__main__":