Spaces:
Runtime error
Runtime error
Update app.py
Browse files
app.py
CHANGED
|
@@ -70,7 +70,9 @@ def bot_streaming(message, history, max_new_tokens=250):
|
|
| 70 |
yield buffer
|
| 71 |
|
| 72 |
|
| 73 |
-
demo = gr.ChatInterface(fn=bot_streaming, title="Multimodal Llama",
|
|
|
|
|
|
|
| 74 |
textbox=gr.MultimodalTextbox(),
|
| 75 |
additional_inputs = [gr.Slider(
|
| 76 |
minimum=10,
|
|
|
|
| 70 |
yield buffer
|
| 71 |
|
| 72 |
|
| 73 |
+
demo = gr.ChatInterface(fn=bot_streaming, title="Multimodal Llama",examples=[
|
| 74 |
+
[{"text": "Replicate this webpage usign Tyepescript and ChakraUI.", "files":["./examples/Untittled.png"]},
|
| 75 |
+
200],
|
| 76 |
textbox=gr.MultimodalTextbox(),
|
| 77 |
additional_inputs = [gr.Slider(
|
| 78 |
minimum=10,
|