Spaces:
Sleeping
Sleeping
Update app.py
Browse files
app.py
CHANGED
@@ -12,7 +12,7 @@ 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 Dialect Identification",
|
18 |
description="Identify Arabic dialect using the rahbi/alclam-base-v1-dialect model."
|
|
|
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."
|