Spaces:
Sleeping
Sleeping
Update app.py
Browse files
app.py
CHANGED
@@ -12,10 +12,10 @@ def classify_text(text):
|
|
12 |
# Create the Gradio interface
|
13 |
iface = gr.Interface(
|
14 |
fn=classify_text,
|
15 |
-
inputs="
|
16 |
outputs="json",
|
17 |
-
title="Arabic
|
18 |
-
description="
|
19 |
)
|
20 |
|
21 |
# Launch the interface
|
|
|
12 |
# Create the Gradio interface
|
13 |
iface = gr.Interface(
|
14 |
fn=classify_text,
|
15 |
+
inputs="Text",
|
16 |
outputs="json",
|
17 |
+
title="Arabic Dialect Identification",
|
18 |
+
description="Identify Arabic dialect using the rahbi/alclam-base-v1-dialect model."
|
19 |
)
|
20 |
|
21 |
# Launch the interface
|