BK-Lee commited on
Commit
0776050
·
1 Parent(s): 770775f
Files changed (1) hide show
  1. app.py +2 -2
app.py CHANGED
@@ -95,8 +95,8 @@ def bot_streaming(message, history):
95
  time.sleep(0.02)
96
  yield buffer
97
 
98
- demo = gr.ChatInterface(fn=bot_streaming, title="Meteor",
99
- description="Meteor",
100
  stop_btn="Stop Generation", multimodal=True)
101
  demo.launch()
102
 
 
95
  time.sleep(0.02)
96
  yield buffer
97
 
98
+ demo = gr.ChatInterface(fn=bot_streaming, title="☄️ Meteor",
99
+ description="Meteor is efficient 7B size Large Language and Vision Model built on the help of traversal of rationale",
100
  stop_btn="Stop Generation", multimodal=True)
101
  demo.launch()
102