Spaces:
Running
Running
ttsteam commited on
Commit ·
9938c8d
1
Parent(s): 27dd6a9
IndicF5
Browse files
app.py
CHANGED
|
@@ -62,7 +62,7 @@ for example in EXAMPLES:
|
|
| 62 |
|
| 63 |
|
| 64 |
# Define Gradio interface with layout adjustments
|
| 65 |
-
with gr.Blocks(
|
| 66 |
gr.Markdown(
|
| 67 |
"""
|
| 68 |
# **IndicF5: High-Quality Text-to-Speech for Indian Languages**
|
|
|
|
| 62 |
|
| 63 |
|
| 64 |
# Define Gradio interface with layout adjustments
|
| 65 |
+
with gr.Blocks() as iface:
|
| 66 |
gr.Markdown(
|
| 67 |
"""
|
| 68 |
# **IndicF5: High-Quality Text-to-Speech for Indian Languages**
|