Spaces:
Sleeping
Sleeping
JJFrancisco
commited on
Commit
•
238759c
1
Parent(s):
0704c20
Update app.py
Browse files
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 |
-
|
|
|
26 |
return stdout.decode().strip()
|
27 |
|
28 |
demo = gr.Interface(fn=translate, inputs="textbox", outputs="textbox")
|
29 |
+
demo.launch()
|