Spaces:
Running
on
Zero
Running
on
Zero
v1
Browse files
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 |
|