imorcillo commited on
Commit
d226fe2
·
verified ·
1 Parent(s): f6a4d7e

Back to normal

Browse files
Files changed (1) hide show
  1. app.py +4 -4
app.py CHANGED
@@ -154,7 +154,7 @@ with demo:
154
  ],
155
  outputs=[
156
  gr.Textbox(label="Transcription", autoscroll=False),
157
- #gr.Textbox(label="Speaker Identification", autoscroll=False)
158
  ],
159
  allow_flagging="never",
160
  )
@@ -173,7 +173,7 @@ with demo:
173
  ],
174
  outputs=[
175
  gr.Textbox(label="Transcription", autoscroll=False),
176
- #gr.Textbox(label="Speaker Identification", autoscroll=False)
177
  ],
178
  allow_flagging="never",
179
  )
@@ -195,5 +195,5 @@ with demo:
195
  </div>
196
  <p>""")
197
  demo.queue(max_size=1)
198
- #demo.launch(share=False, max_threads=3, auth=(os.getenv("username"), os.getenv("password")), auth_message="Please provide a username and a password.")
199
- demo.launch(share=False, max_threads=3)
 
154
  ],
155
  outputs=[
156
  gr.Textbox(label="Transcription", autoscroll=False),
157
+ gr.Textbox(label="Speaker Identification", autoscroll=False)
158
  ],
159
  allow_flagging="never",
160
  )
 
173
  ],
174
  outputs=[
175
  gr.Textbox(label="Transcription", autoscroll=False),
176
+ gr.Textbox(label="Speaker Identification", autoscroll=False)
177
  ],
178
  allow_flagging="never",
179
  )
 
195
  </div>
196
  <p>""")
197
  demo.queue(max_size=1)
198
+ demo.launch(share=False, max_threads=3, auth=(os.getenv("username"), os.getenv("password")), auth_message="Please provide a username and a password.")
199
+ #demo.launch(share=False, max_threads=3)