mrcuddle commited on
Commit
2c80d57
·
verified ·
1 Parent(s): 6398d28

Update app.py

Browse files
Files changed (1) hide show
  1. app.py +3 -3
app.py CHANGED
@@ -76,14 +76,14 @@ demo = gr.ChatInterface(fn=bot_streaming, title="Multimodal Llama",examples=[
76
  textbox=gr.MultimodalTextbox(),
77
  additional_inputs = [gr.Slider(
78
  minimum=10,
79
- maximum=500,
80
- value=250,
81
  step=10,
82
  label="Maximum number of new tokens to generate",
83
  )
84
  ],
85
  cache_examples=False,
86
- description="Try Multimodal Llama by Meta with transformers in this demo. Upload an image, and start chatting about it, or simply try one of the examples below. To learn more about Llama Vision, visit [our blog post](https://huggingface.co/blog/llama32). ",
87
  stop_btn="Stop Generation",
88
  fill_height=True,
89
  multimodal=True)
 
76
  textbox=gr.MultimodalTextbox(),
77
  additional_inputs = [gr.Slider(
78
  minimum=10,
79
+ maximum=2500,
80
+ value=500,
81
  step=10,
82
  label="Maximum number of new tokens to generate",
83
  )
84
  ],
85
  cache_examples=False,
86
+ description="Yes, this space can replicate (to the model's best ability) a webpage in your preferred language.",
87
  stop_btn="Stop Generation",
88
  fill_height=True,
89
  multimodal=True)