Spaces:
Runtime error
Runtime error
Update whisperui.py
Browse files- whisperui.py +1 -2
whisperui.py
CHANGED
@@ -2,8 +2,7 @@ import whisper
|
|
2 |
import gradio as gr
|
3 |
import os
|
4 |
from pytube import YouTube
|
5 |
-
|
6 |
-
|
7 |
class WhisperModelUI(object):
|
8 |
def __init__(self, ui_obj):
|
9 |
self.name = "Whisper Model Processor UI"
|
|
|
2 |
import gradio as gr
|
3 |
import os
|
4 |
from pytube import YouTube
|
5 |
+
# this class is used for creaitng ui for whisper model
|
|
|
6 |
class WhisperModelUI(object):
|
7 |
def __init__(self, ui_obj):
|
8 |
self.name = "Whisper Model Processor UI"
|