Update app.py
Browse files
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)
|