bjoernix commited on
Commit
a0f67c7
1 Parent(s): 1380717

Update app.py

Browse files
Files changed (1) hide show
  1. app.py +1 -1
app.py CHANGED
@@ -66,7 +66,7 @@ iface = gr.Interface(
66
  ],
67
  outputs="text",
68
  title="Pixtral Image Chat",
69
- description="이미지를 업로드하고 질문을 입력하여 Pixtral 대화하세요."
70
  )
71
 
72
  iface.launch(share=True)
 
66
  ],
67
  outputs="text",
68
  title="Pixtral Image Chat",
69
+ description="Lade ein Bild hoch und gib deine Frage ein, um mit Pixtral zu sprechen."
70
  )
71
 
72
  iface.launch(share=True)