rahbi commited on
Commit
8678d9a
·
verified ·
1 Parent(s): df0e5cd

Update app.py

Browse files
Files changed (1) hide show
  1. app.py +1 -1
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="Text",
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."