Spaces:
Running
Running
jonathanagustin
commited on
Commit
•
e847c01
1
Parent(s):
e472def
Upload folder using huggingface_hub
Browse files
app.py
CHANGED
@@ -86,7 +86,7 @@ def main():
|
|
86 |
# This needs to be done before creating the Gradio app
|
87 |
gr.set_static_paths([PREVIEW_DIR])
|
88 |
|
89 |
-
with gr.Blocks() as demo:
|
90 |
with gr.Row():
|
91 |
with gr.Column(scale=1):
|
92 |
api_key_input = gr.Textbox(
|
|
|
86 |
# This needs to be done before creating the Gradio app
|
87 |
gr.set_static_paths([PREVIEW_DIR])
|
88 |
|
89 |
+
with gr.Blocks(title="OpenAI - Text to Speech") as demo:
|
90 |
with gr.Row():
|
91 |
with gr.Column(scale=1):
|
92 |
api_key_input = gr.Textbox(
|