Sa-m commited on
Commit
54642ab
1 Parent(s): 334b67d

Update app.py

Browse files
Files changed (1) hide show
  1. app.py +1 -1
app.py CHANGED
@@ -12,6 +12,6 @@ def translation(text):
12
  inp_text = gr.inputs.Textbox(label='Input')
13
  output = gr.outputs.Textbox(label='Output')
14
 
15
- gr.Interface(fn=translation, inputs=inp_text, outputs=output, title='Translation',theme='peach').launch(enable_queue=True,cache_examples=True)
16
 
17
 
 
12
  inp_text = gr.inputs.Textbox(label='Input')
13
  output = gr.outputs.Textbox(label='Output')
14
 
15
+ gr.Interface(fn=translation, inputs=inp_text, outputs=output, title='Translation',theme='peach').launch(enable_queue=True)
16
 
17