bstraehle commited on
Commit
5e583de
·
1 Parent(s): 4b29ed4

Update app.py

Browse files
Files changed (1) hide show
  1. app.py +1 -1
app.py CHANGED
@@ -82,7 +82,7 @@ demo = gr.Interface(fn=invoke,
82
  gr.Textbox(label = "Prompt", value = "What are GPT-4's media capabilities in 5 emojis and 1 sentence?", lines = 1),
83
  ],
84
  outputs = [gr.Textbox(label = "Completion", lines = 1)],
85
- title = "Generative AI - LLM & RAG",
86
  description = os.environ["DESCRIPTION"])
87
 
88
  demo.launch()
 
82
  gr.Textbox(label = "Prompt", value = "What are GPT-4's media capabilities in 5 emojis and 1 sentence?", lines = 1),
83
  ],
84
  outputs = [gr.Textbox(label = "Completion", lines = 1)],
85
+ title = "Context-Aware Multimodal Reasoning Application",
86
  description = os.environ["DESCRIPTION"])
87
 
88
  demo.launch()