Jiedong Yang commited on
Commit
db54719
β€’
1 Parent(s): 8384120

Upload app.py

Browse files
Files changed (1) hide show
  1. app.py +1 -1
app.py CHANGED
@@ -98,7 +98,7 @@ with demo:
98
  gr.Markdown("""
99
  ## Speech Summarization with Whisper
100
  This space is intended to summarize a speech, a short one or long one, to save us sometime
101
- (runs faster with local GPU inference). Check the example links provided below:
102
  [3 mins speech](https://www.youtube.com/watch?v=DuX4K4eeTz8),
103
  [13 mins speech](https://www.youtube.com/watch?v=nepOSEGHHCQ)
104
 
 
98
  gr.Markdown("""
99
  ## Speech Summarization with Whisper
100
  This space is intended to summarize a speech, a short one or long one, to save us sometime
101
+ (runs faster with GPU inference). Check the example links provided below:
102
  [3 mins speech](https://www.youtube.com/watch?v=DuX4K4eeTz8),
103
  [13 mins speech](https://www.youtube.com/watch?v=nepOSEGHHCQ)
104