BK-Lee commited on
Commit
fbee232
1 Parent(s): f8800ce
Files changed (1) hide show
  1. app.py +1 -10
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()