Update app.py
Browse files
app.py
CHANGED
@@ -4,7 +4,7 @@ def greet(name):
|
|
4 |
return "Hello " + name + "!!"
|
5 |
|
6 |
|
7 |
-
def
|
8 |
return file
|
9 |
|
10 |
with gr.Blocks() as iface:
|
|
|
4 |
return "Hello " + name + "!!"
|
5 |
|
6 |
|
7 |
+
def process_transcribe(file):
|
8 |
return file
|
9 |
|
10 |
with gr.Blocks() as iface:
|