ESJL commited on
Commit
76387f9
·
verified ·
1 Parent(s): 62fb2f9

Update app.py

Browse files
Files changed (1) hide show
  1. app.py +2 -2
app.py CHANGED
@@ -13,7 +13,7 @@ import MOD_V_SALA_Z1_002D_A
13
  import MOD_V_SALA_Z1_002E
14
 
15
 
16
- bloco = gr.Blocks(theme=gr.themes.Monochrome())
17
 
18
  with bloco:
19
  with gr.Tabs():
@@ -84,4 +84,4 @@ with bloco:
84
  #outputs = gr.TextArea(lines=1, label=salas.output_label)
85
  #text_button.click(salas.execute, inputs=inputs, outputs=outputs)
86
 
87
- bloco.launch(server_name='0.0.0.0', server_port=7860)
 
13
  import MOD_V_SALA_Z1_002E
14
 
15
 
16
+ bloco = gr.Blocks()
17
 
18
  with bloco:
19
  with gr.Tabs():
 
84
  #outputs = gr.TextArea(lines=1, label=salas.output_label)
85
  #text_button.click(salas.execute, inputs=inputs, outputs=outputs)
86
 
87
+ bloco.launch()