Spaces:
Running
on
Zero
Running
on
Zero
v1
Browse files
app.py
CHANGED
|
@@ -101,13 +101,4 @@ def bot_streaming(message, history):
|
|
| 101 |
demo = gr.ChatInterface(fn=bot_streaming, title="☄️ Meteor",
|
| 102 |
description="Meteor is efficient 7B size Large Language and Vision Model built on the help of traversal of rationale",
|
| 103 |
stop_btn="Stop Generation", multimodal=True)
|
| 104 |
-
demo.launch()
|
| 105 |
-
|
| 106 |
-
|
| 107 |
-
|
| 108 |
-
|
| 109 |
-
|
| 110 |
-
|
| 111 |
-
|
| 112 |
-
|
| 113 |
-
|
|
|
|
| 101 |
demo = gr.ChatInterface(fn=bot_streaming, title="☄️ Meteor",
|
| 102 |
description="Meteor is efficient 7B size Large Language and Vision Model built on the help of traversal of rationale",
|
| 103 |
stop_btn="Stop Generation", multimodal=True)
|
| 104 |
+
demo.launch()
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|