AndyC commited on
Commit
72258f3
·
1 Parent(s): 4644da6

adjusted system prompt

Browse files
Files changed (1) hide show
  1. app.py +1 -1
app.py CHANGED
@@ -268,7 +268,7 @@ demo = gr.ChatInterface(
268
  ),
269
  multimodal=True,
270
  additional_inputs=[
271
- gr.Textbox(label="System Prompt", value="You are a helpful assistant."),
272
  gr.Dropdown(
273
  label="Model",
274
  choices=["Gemma 3 12B", "Gemma 3n E4B"],
 
268
  ),
269
  multimodal=True,
270
  additional_inputs=[
271
+ gr.Textbox(label="System Prompt", value="You are an advanced multimodal AI assistant capable of analyzing images, videos, and PDF documents. Provide detailed, accurate, and helpful responses based on the content you observe. When analyzing videos, describe what you see frame by frame. For images, provide comprehensive visual analysis. For PDFs, summarize and answer questions about the text content."),
272
  gr.Dropdown(
273
  label="Model",
274
  choices=["Gemma 3 12B", "Gemma 3n E4B"],