jeyasee commited on
Commit
81a8fdb
·
verified ·
1 Parent(s): b03bda2

Update app.py

Browse files
Files changed (1) hide show
  1. app.py +2 -2
app.py CHANGED
@@ -26,8 +26,8 @@ examples = [
26
  "أريد أن ألعب كرة الريشة"
27
  ]
28
 
29
- inputs=gr.inputs.Textbox(placeholder="Enter your text here", label="Text content", lines=5)
30
- outputs=gr.outputs.Label(label="Language detected:")
31
  article = """
32
  Fine-tuned on xlm-roberta-base model.\n
33
  Supported languages:\n
 
26
  "أريد أن ألعب كرة الريشة"
27
  ]
28
 
29
+
30
+ iface = gr.Interface(fn=greet, inputs="text", outputs="text")
31
  article = """
32
  Fine-tuned on xlm-roberta-base model.\n
33
  Supported languages:\n