Ra-Is commited on
Commit
8cbfe60
1 Parent(s): 7875c2c

Update app.py

Browse files
Files changed (1) hide show
  1. app.py +1 -1
app.py CHANGED
@@ -23,7 +23,7 @@ def translate(text):
23
  return translation
24
 
25
  # Create the Gradio interface with a placeholder in the text box
26
- textbox = gr.inputs.Textbox(placeholder="Enter english text to translate...")
27
 
28
  demo = gr.Interface(fn=translate, inputs=textbox, outputs="text")
29
 
 
23
  return translation
24
 
25
  # Create the Gradio interface with a placeholder in the text box
26
+ textbox = gr.Textbox(placeholder="Enter English text to translate...")
27
 
28
  demo = gr.Interface(fn=translate, inputs=textbox, outputs="text")
29