Spaces:
Sleeping
Sleeping
Update src/ui.py
Browse files
src/ui.py
CHANGED
|
@@ -26,7 +26,7 @@ def build_ui():
|
|
| 26 |
logo_path = gr.Image(label="🏛 Logo", type="filepath")
|
| 27 |
logo_pos = gr.Radio(["haut-gauche","haut-droite","centre"],
|
| 28 |
label="Position logo", value="haut-gauche")
|
| 29 |
-
video_presentateur = gr.
|
| 30 |
position_presentateur = gr.Radio(["bottom-right","bottom-left","top-right","top-left","center"],
|
| 31 |
label="Position", value="bottom-right")
|
| 32 |
plein = gr.Checkbox(label="Plein écran présentateur", value=False)
|
|
|
|
| 26 |
logo_path = gr.Image(label="🏛 Logo", type="filepath")
|
| 27 |
logo_pos = gr.Radio(["haut-gauche","haut-droite","centre"],
|
| 28 |
label="Position logo", value="haut-gauche")
|
| 29 |
+
video_presentateur = gr.File(label="🎬 Vidéo ou image du présentateur", type="filepath")
|
| 30 |
position_presentateur = gr.Radio(["bottom-right","bottom-left","top-right","top-left","center"],
|
| 31 |
label="Position", value="bottom-right")
|
| 32 |
plein = gr.Checkbox(label="Plein écran présentateur", value=False)
|