melyssa08 commited on
Commit
2a48146
·
verified ·
1 Parent(s): 684ad89

Update app.py

Browse files
Files changed (1) hide show
  1. app.py +1 -1
app.py CHANGED
@@ -20,4 +20,4 @@ with gr.Blocks() as demo:
20
  gr.Button("Gerar").click(gerar_texto, input_text, output_text)
21
 
22
  # Expor API POST JSON
23
- demo.launch(server_name="0.0.0.0", server_port=7860, share=False)
 
20
  gr.Button("Gerar").click(gerar_texto, input_text, output_text)
21
 
22
  # Expor API POST JSON
23
+ demo.launch(server_name="0.0.0.0", server_port=7860, share=True)