soamikapadia commited on
Commit
5385eaf
·
1 Parent(s): 135f59e

Increased concurrency

Browse files
Files changed (2) hide show
  1. .gitignore +0 -0
  2. app.py +2 -1
.gitignore ADDED
File without changes
app.py CHANGED
@@ -55,7 +55,8 @@ iface = gr.Interface(
55
  ],
56
  outputs=gr.JSON(label="Transcription with Timestamps"),
57
  title="Whisper Transcription Service",
58
- description="Upload an MP3 audio file to transcribe. Select the model. The output includes the transcription with timestamps."
 
59
  )
60
 
61
  # Launch the app
 
55
  ],
56
  outputs=gr.JSON(label="Transcription with Timestamps"),
57
  title="Whisper Transcription Service",
58
+ description="Upload an MP3 audio file to transcribe. Select the model. The output includes the transcription with timestamps.",
59
+ concurrency_limit=2
60
  )
61
 
62
  # Launch the app