JJFrancisco commited on
Commit
238759c
1 Parent(s): 0704c20

Update app.py

Browse files
Files changed (1) hide show
  1. app.py +1 -1
app.py CHANGED
@@ -26,4 +26,4 @@ def translate(input_text):
26
  return stdout.decode().strip()
27
 
28
  demo = gr.Interface(fn=translate, inputs="textbox", outputs="textbox")
29
- demo.launch()
 
26
  return stdout.decode().strip()
27
 
28
  demo = gr.Interface(fn=translate, inputs="textbox", outputs="textbox")
29
+ demo.launch()