Spaces:
Sleeping
Sleeping
Update app.py
Browse files
app.py
CHANGED
@@ -348,7 +348,7 @@ with gr.Blocks() as demo: # Use gr.Blocks to wrap the entire interface
|
|
348 |
gr.Markdown("# Wasm-Speeker: إطار الذكاء الاصطناعي لتوليد الكلام")
|
349 |
|
350 |
# عرض الصورة الترحيبية
|
351 |
-
gr.Image("
|
352 |
|
353 |
# إضافة CSS لجعل التبويبات RTL
|
354 |
gr.HTML("""
|
@@ -488,7 +488,7 @@ with gr.Blocks() as demo: # Use gr.Blocks to wrap the entire interface
|
|
488 |
)
|
489 |
text_inputk3 = gr.Textbox(label="أدخل النص هنا")
|
490 |
oudio_out1 =gr.Audio()
|
491 |
-
|
492 |
|
493 |
|
494 |
|
|
|
348 |
gr.Markdown("# Wasm-Speeker: إطار الذكاء الاصطناعي لتوليد الكلام")
|
349 |
|
350 |
# عرض الصورة الترحيبية
|
351 |
+
gr.Image("9588e6d4-9959-4cfc-9697-fc9b996fcd97.jpeg", label="Wasm-Speeker")
|
352 |
|
353 |
# إضافة CSS لجعل التبويبات RTL
|
354 |
gr.HTML("""
|
|
|
488 |
)
|
489 |
text_inputk3 = gr.Textbox(label="أدخل النص هنا")
|
490 |
oudio_out1 =gr.Audio()
|
491 |
+
text_inputk3.submit(t2s, [text_inputk3,model_choices3], [oudio_out1])
|
492 |
|
493 |
|
494 |
|