rutsam commited on
Commit
0023da7
1 Parent(s): f48c5be

Update app.py

Browse files
Files changed (1) hide show
  1. app.py +1 -2
app.py CHANGED
@@ -10,8 +10,7 @@ def generatellm(text):
10
  gradio_ui= gr.Interface(
11
  fn=translate,
12
  title="Translation Demo",
13
- inputs= gr.components.Textbox(label="Enter your text")
14
-
15
  outputs=gr.outputs.Textbox(label="Results")
16
  )
17
 
 
10
  gradio_ui= gr.Interface(
11
  fn=translate,
12
  title="Translation Demo",
13
+ inputs= gr.components.Textbox(label="Enter your text"),
 
14
  outputs=gr.outputs.Textbox(label="Results")
15
  )
16