JJFrancisco commited on
Commit
0704c20
1 Parent(s): 3a6398c

Update app.py

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