Update app.py
Browse files
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 = "
|
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()
|