Update app.py
Browse files
app.py
CHANGED
|
@@ -191,7 +191,7 @@ def model_inference(input_dict, history):
|
|
| 191 |
|
| 192 |
# Option 1: Use regular Interface with streaming (recommended)
|
| 193 |
with gr.Blocks() as demo:
|
| 194 |
-
gr.Markdown("# Oolel
|
| 195 |
|
| 196 |
chatbot = gr.Chatbot()
|
| 197 |
msg = gr.MultimodalTextbox(
|
|
|
|
| 191 |
|
| 192 |
# Option 1: Use regular Interface with streaming (recommended)
|
| 193 |
with gr.Blocks() as demo:
|
| 194 |
+
gr.Markdown("# Oolel")
|
| 195 |
|
| 196 |
chatbot = gr.Chatbot()
|
| 197 |
msg = gr.MultimodalTextbox(
|