Spaces:
Running
Running
Updated descriptions
Browse files
app.py
CHANGED
@@ -141,7 +141,7 @@ interface_title = "Multimodal GPT Application"
|
|
141 |
with gr.Blocks() as demo:
|
142 |
with gr.Row():
|
143 |
gr.Markdown(f"## **{interface_title}**")
|
144 |
-
gr.Markdown("Choose
|
145 |
with gr.Tab("Text mode"):
|
146 |
text_input = gr.Textbox(placeholder="Enter a prompt", label="Input")
|
147 |
text_input_count = gr.Textbox(placeholder="Enter number of characters you want to generate", label="Count")
|
|
|
141 |
with gr.Blocks() as demo:
|
142 |
with gr.Row():
|
143 |
gr.Markdown(f"## **{interface_title}**")
|
144 |
+
gr.Markdown("Choose the input mode (text/image/audio) for text generation to chat")
|
145 |
with gr.Tab("Text mode"):
|
146 |
text_input = gr.Textbox(placeholder="Enter a prompt", label="Input")
|
147 |
text_input_count = gr.Textbox(placeholder="Enter number of characters you want to generate", label="Count")
|