Spaces:
Sleeping
Sleeping
Update app.py
Browse files
app.py
CHANGED
@@ -79,7 +79,6 @@ interface = gr.Interface(
|
|
79 |
fn=correct_text,
|
80 |
inputs=gr.Textbox(lines=4, placeholder="✍️ أدخل النص العربي هنا لتصحيحه...", label="📥 النص المدخل"),
|
81 |
outputs=gr.Textbox(label="✅ النص المصحح"),
|
82 |
-
live=True,
|
83 |
title="🚀 تصحيح النص العربي باستخدام SuperSl6/Arabic-Text-Correction",
|
84 |
description="📝 أداة ذكية لتصحيح النصوص العربية باستخدام تقنيات الذكاء الاصطناعي. أدخل النص وسيتم تصحيحه في الوقت الفعلي!",
|
85 |
theme="compact",
|
|
|
79 |
fn=correct_text,
|
80 |
inputs=gr.Textbox(lines=4, placeholder="✍️ أدخل النص العربي هنا لتصحيحه...", label="📥 النص المدخل"),
|
81 |
outputs=gr.Textbox(label="✅ النص المصحح"),
|
|
|
82 |
title="🚀 تصحيح النص العربي باستخدام SuperSl6/Arabic-Text-Correction",
|
83 |
description="📝 أداة ذكية لتصحيح النصوص العربية باستخدام تقنيات الذكاء الاصطناعي. أدخل النص وسيتم تصحيحه في الوقت الفعلي!",
|
84 |
theme="compact",
|