mangalsana commited on
Commit
833908c
·
verified ·
1 Parent(s): 15e0483

Update app.py

Browse files
Files changed (1) hide show
  1. app.py +1 -1
app.py CHANGED
@@ -49,4 +49,4 @@ with gr.Blocks(title="ABB Smart Factory – KT Fault Intelligence") as demo:
49
  analyze_button = gr.Button("Analyze Fault")
50
  analyze_button.click(analyze_fault, inputs=log_input, outputs=output)
51
 
52
- demo.launch()
 
49
  analyze_button = gr.Button("Analyze Fault")
50
  analyze_button.click(analyze_fault, inputs=log_input, outputs=output)
51
 
52
+ demo.launch(server_name="0.0.0.0", server_port=7860)