Update app.py
Browse files
app.py
CHANGED
@@ -25,8 +25,8 @@ with demo:
|
|
25 |
gr.Markdown(
|
26 |
"""
|
27 |
<div style="display: flex; justify-content: center; align-items: center;">
|
28 |
-
<img style="margin-right: 50px;" width=200 src="
|
29 |
-
<img width=200 src="
|
30 |
</div>
|
31 |
"""
|
32 |
)
|
@@ -96,7 +96,7 @@ with demo:
|
|
96 |
gr.Markdown(
|
97 |
"""
|
98 |
<p align="center">
|
99 |
-
<img width="75%" height="30%" src="
|
100 |
</p>
|
101 |
"""
|
102 |
)
|
@@ -274,7 +274,6 @@ with demo:
|
|
274 |
decrypt_prediction,
|
275 |
outputs=[prediction_output, get_output_button],
|
276 |
)
|
277 |
-
|
278 |
|
279 |
gr.Markdown(
|
280 |
"""
|
|
|
25 |
gr.Markdown(
|
26 |
"""
|
27 |
<div style="display: flex; justify-content: center; align-items: center;">
|
28 |
+
<img style="margin-right: 50px;" width=200 src="Img/zama.png">
|
29 |
+
<img width=200 src="Img/Epita.png">
|
30 |
</div>
|
31 |
"""
|
32 |
)
|
|
|
96 |
gr.Markdown(
|
97 |
"""
|
98 |
<p align="center">
|
99 |
+
<img width="75%" height="30%" src="Img/schema.png">
|
100 |
</p>
|
101 |
"""
|
102 |
)
|
|
|
274 |
decrypt_prediction,
|
275 |
outputs=[prediction_output, get_output_button],
|
276 |
)
|
|
|
277 |
|
278 |
gr.Markdown(
|
279 |
"""
|