bstraehle commited on
Commit
c42c62b
·
1 Parent(s): afdc46f

Update app.py

Browse files
Files changed (1) hide show
  1. app.py +1 -1
app.py CHANGED
@@ -77,7 +77,7 @@ demo = gr.Interface(fn = invoke,
77
  gr.Textbox(label = "Prompt", value = "What are GPT-4's media capabilities in 5 emojis and 1 sentence?", lines = 1),
78
  gr.Radio([RAG_OFF, RAG_MONGODB], label = "Retrieval-Augmented Generation", value = RAG_MONGODB)],
79
  outputs = [gr.Textbox(label = "Completion", lines = 1)],
80
- title = "Context-Aware Multimodal Reasoning Application",
81
  description = os.environ["DESCRIPTION"],
82
  examples = [["", "What are GPT-4's media capabilities in 5 emojis and 1 sentence?", RAG_MONGODB],
83
  ["", "List GPT-4's exam scores and benchmark results.", RAG_MONGODB],
 
77
  gr.Textbox(label = "Prompt", value = "What are GPT-4's media capabilities in 5 emojis and 1 sentence?", lines = 1),
78
  gr.Radio([RAG_OFF, RAG_MONGODB], label = "Retrieval-Augmented Generation", value = RAG_MONGODB)],
79
  outputs = [gr.Textbox(label = "Completion", lines = 1)],
80
+ title = "Context-Aware Reasoning Application",
81
  description = os.environ["DESCRIPTION"],
82
  examples = [["", "What are GPT-4's media capabilities in 5 emojis and 1 sentence?", RAG_MONGODB],
83
  ["", "List GPT-4's exam scores and benchmark results.", RAG_MONGODB],