Spaces:
Sleeping
Sleeping
Update app.py
Browse files
app.py
CHANGED
@@ -31,7 +31,7 @@ with gr.Blocks() as demo:
|
|
31 |
translate_btn.click(fn=translate, inputs=[english], outputs=[France])
|
32 |
examples = gr.Examples(examples=["I went to the supermarket yesterday.", "Helen is a good swimmer."], inputs=[english])
|
33 |
|
34 |
-
|
35 |
demo.launch()
|
36 |
#demo.launch(server_port=9000, share=True) # share is not supported in Space
|
37 |
|
|
|
31 |
translate_btn.click(fn=translate, inputs=[english], outputs=[France])
|
32 |
examples = gr.Examples(examples=["I went to the supermarket yesterday.", "Helen is a good swimmer."], inputs=[english])
|
33 |
|
34 |
+
print("launch app...")
|
35 |
demo.launch()
|
36 |
#demo.launch(server_port=9000, share=True) # share is not supported in Space
|
37 |
|