ahed9x commited on
Commit
acaed2c
1 Parent(s): d951c74

Update app.py

Browse files
Files changed (1) hide show
  1. app.py +1 -1
app.py CHANGED
@@ -17,7 +17,7 @@ def translate_text(text):
17
  # Create the Gradio interface
18
  iface = gr.Interface(
19
  fn=translate_text,
20
- inputs=gr.inputs.Textbox(lines=2, placeholder="Enter Franco-Arabic text here..."),
21
  outputs="text",
22
  title="Franco-Arabic to Arabic Translator",
23
  description="Translate Franco-Arabic text to Arabic using the mohamedtolba/franco-arabics model."
 
17
  # Create the Gradio interface
18
  iface = gr.Interface(
19
  fn=translate_text,
20
+ inputs=gr.Textbox(lines=2, placeholder="Enter Franco-Arabic text here..."),
21
  outputs="text",
22
  title="Franco-Arabic to Arabic Translator",
23
  description="Translate Franco-Arabic text to Arabic using the mohamedtolba/franco-arabics model."