Update app.py
Browse files
app.py
CHANGED
@@ -42,7 +42,7 @@ demo = gr.Interface(
|
|
42 |
fn=transcribe,
|
43 |
inputs=gr.Audio(),
|
44 |
outputs="text",
|
45 |
-
theme="gstaff/sketch",
|
46 |
title="JASR 🐐 Dialectal Arabic Speech Recognition",
|
47 |
description="""
|
48 |
<div class="centered-content">
|
|
|
42 |
fn=transcribe,
|
43 |
inputs=gr.Audio(),
|
44 |
outputs="text",
|
45 |
+
#theme="gstaff/sketch",
|
46 |
title="JASR 🐐 Dialectal Arabic Speech Recognition",
|
47 |
description="""
|
48 |
<div class="centered-content">
|