Khd-B commited on
Commit
1a58f71
1 Parent(s): 7e377c0

Rename t2t-s.py to app.py

Browse files
Files changed (1) hide show
  1. t2t-s.py → app.py +1 -1
t2t-s.py → app.py RENAMED
@@ -123,5 +123,5 @@ with gr.Blocks() as demo:
123
  # Add footnote
124
  gr.Markdown("<p style='text-align: center; font-size: 12px;'>By Khalid Baig - Thanks to Aspire Pakistan</p>")
125
 
126
- demo.launch(server_port=7861)
127
  share=True
 
123
  # Add footnote
124
  gr.Markdown("<p style='text-align: center; font-size: 12px;'>By Khalid Baig - Thanks to Aspire Pakistan</p>")
125
 
126
+ demo.launch()
127
  share=True