NikhilJoson commited on
Commit
10bc570
·
verified ·
1 Parent(s): 1745cd1

Update app.py

Browse files
Files changed (1) hide show
  1. app.py +7 -1
app.py CHANGED
@@ -301,7 +301,13 @@ def clear_chat(image):
301
 
302
  # Gradio interface
303
  with gr.Blocks() as demo:
304
- gr.Markdown("# Janus Pro 7B - Unified Chat Interface")
 
 
 
 
 
 
305
  gr.Markdown("""
306
  ### Tips:
307
  1. Upload an image to discuss it
 
301
 
302
  # Gradio interface
303
  with gr.Blocks() as demo:
304
+ gr.Markdown("# Janus Pro 7B - Unified Chat Interface with Context Retention")
305
+ gr.Markdown("""
306
+ ## Description
307
+ This space showcases Janus Pro 7B, a unified multimodal AI model capable of both image understanding and text-to-image generation within a seamless conversational experience.
308
+ Unlike traditional models that treat these tasks separately, Janus Pro Chat maintains the same context across interactions, allowing for a more coherent and dynamic dialogue.
309
+ You can chat with it about images, generate new ones from text prompts, and receive responses that are aware of the ongoing conversation—enhancing both usability and realism in multimodal AI.
310
+ """)
311
  gr.Markdown("""
312
  ### Tips:
313
  1. Upload an image to discuss it