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