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

Update app.py

Browse files
Files changed (1) hide show
  1. app.py +3 -3
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="text",
16
  outputs="json",
17
- title="Arabic Text Classifier",
18
- description="Classify Arabic text using the rahbi/alclam-base-v1-DID model."
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