HemaAM commited on
Commit
d9c0d66
1 Parent(s): 9f45232

Updated descriptions

Browse files
Files changed (1) hide show
  1. app.py +1 -1
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 text mode/image mode/audio mode for text generation")
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")