Update app.py
Browse files
app.py
CHANGED
@@ -170,7 +170,7 @@ If you would like to use our V2 Model with GPU, then go to this [link](https://c
|
|
170 |
|
171 |
API_OPEN = os.getenv('SPACE_ID') != 'hexgrad/Kokoro-TTS'
|
172 |
API_NAME = None if API_OPEN else False
|
173 |
-
with gr.Blocks(
|
174 |
with gr.Row():
|
175 |
gr.Markdown(BANNER_TEXT, container=True)
|
176 |
with gr.Row():
|
|
|
170 |
|
171 |
API_OPEN = os.getenv('SPACE_ID') != 'hexgrad/Kokoro-TTS'
|
172 |
API_NAME = None if API_OPEN else False
|
173 |
+
with gr.Blocks() as app:
|
174 |
with gr.Row():
|
175 |
gr.Markdown(BANNER_TEXT, container=True)
|
176 |
with gr.Row():
|