Update app.py
Browse files
app.py
CHANGED
@@ -66,7 +66,7 @@ iface = gr.Interface(
|
|
66 |
],
|
67 |
outputs="text",
|
68 |
title="Pixtral Image Chat",
|
69 |
-
description="
|
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)
|