praysimanjuntak commited on
Commit
f37026a
1 Parent(s): d3e4926

Update app.py

Browse files
Files changed (1) hide show
  1. app.py +2 -2
app.py CHANGED
@@ -80,10 +80,10 @@ chat_input = gr.MultimodalTextbox(interactive=True, file_types=["image"], placeh
80
  with gr.Blocks(fill_height=True, ) as demo:
81
  gr.ChatInterface(
82
  fn=bot_streaming,
83
- title="LLaVA Phi 3 3.8B",
84
  examples=[{"text": "What is the color of the cat?", "files": ["./FELV-cat.jpg"]},
85
  {"text": "What is the type of the fish?", "files": ["./fish.jpg"]}],
86
- description="Try [LLaVA Phi3-3.8B LoRA](https://huggingface.co/praysimanjuntak/llava-phi3-3.8b-lora). Upload an image and start chatting about it, or simply try one of the examples below. If you don't upload an image, you will receive an error.",
87
  stop_btn="Stop Generation",
88
  multimodal=True,
89
  textbox=chat_input,
 
80
  with gr.Blocks(fill_height=True, ) as demo:
81
  gr.ChatInterface(
82
  fn=bot_streaming,
83
+ title="Multimodal Phi 3 3.8B",
84
  examples=[{"text": "What is the color of the cat?", "files": ["./FELV-cat.jpg"]},
85
  {"text": "What is the type of the fish?", "files": ["./fish.jpg"]}],
86
+ description="Try [Multimodal Phi3-3.8B LoRA](https://huggingface.co/praysimanjuntak/llava-phi3-3.8b-lora). Upload an image and start chatting about it, or simply try one of the examples below. If you don't upload an image, you will receive an error.",
87
  stop_btn="Stop Generation",
88
  multimodal=True,
89
  textbox=chat_input,