Spaces:
Sleeping
Sleeping
JJFrancisco
commited on
Commit
•
0704c20
1
Parent(s):
3a6398c
Update app.py
Browse files
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()
|