Spaces:
Sleeping
Sleeping
Update app.py
Browse files
app.py
CHANGED
@@ -52,7 +52,7 @@ iface = gr.Interface(
|
|
52 |
gr.Textbox(label="Question", placeholder="Posez une question sur le roman...", lines=4),
|
53 |
gr.Image(label="Image (facultative)", type="filepath")
|
54 |
],
|
55 |
-
outputs=gr.
|
56 |
title="Mariam eco",
|
57 |
description="Triché !!!! On va encore triché haannnn",
|
58 |
examples=[
|
|
|
52 |
gr.Textbox(label="Question", placeholder="Posez une question sur le roman...", lines=4),
|
53 |
gr.Image(label="Image (facultative)", type="filepath")
|
54 |
],
|
55 |
+
outputs=gr.Markdown(label="Résultat"),
|
56 |
title="Mariam eco",
|
57 |
description="Triché !!!! On va encore triché haannnn",
|
58 |
examples=[
|