DrishtiSharma commited on
Commit
7c97c61
1 Parent(s): d0bf313

Update app.py

Browse files
Files changed (1) hide show
  1. app.py +1 -0
app.py CHANGED
@@ -61,6 +61,7 @@ gr.Interface(
61
  fn=fn,
62
  inputs=inputs,
63
  outputs=output,
 
64
  title="Speaker diarization using UniSpeech-SAT and X-Vectors").launch(enable_queue=True)
65
 
66
 
61
  fn=fn,
62
  inputs=inputs,
63
  outputs=output,
64
+ theme = "grass",
65
  title="Speaker diarization using UniSpeech-SAT and X-Vectors").launch(enable_queue=True)
66
 
67