Update app.py
Browse files
app.py
CHANGED
@@ -16,7 +16,7 @@ def audioMode(audio):
|
|
16 |
interface_title = "TSAI-ERA-V1 - Capstone - Multimodal GPT Demo"
|
17 |
with gr.Blocks() as demo:
|
18 |
with gr.Row():
|
19 |
-
gr.Markdown(f"
|
20 |
gr.Markdown("Choose text mode/image mode/audio mode for generation")
|
21 |
with gr.Tab("Text mode"):
|
22 |
text_input = gr.Textbox(placeholder="Enter a prompt", label="Input")
|
|
|
16 |
interface_title = "TSAI-ERA-V1 - Capstone - Multimodal GPT Demo"
|
17 |
with gr.Blocks() as demo:
|
18 |
with gr.Row():
|
19 |
+
gr.Markdown(f"## **{interface_title}**")
|
20 |
gr.Markdown("Choose text mode/image mode/audio mode for generation")
|
21 |
with gr.Tab("Text mode"):
|
22 |
text_input = gr.Textbox(placeholder="Enter a prompt", label="Input")
|