Spaces:
Running
Running
Commented speaker identification textbox and authentication 1
Browse files
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 |
-
|
|
|
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)
|