Spaces:
Runtime error
Runtime error
Update app.py
Browse files
app.py
CHANGED
@@ -50,3 +50,4 @@ sensor_tab = gr.Interface(fn=detect_overheat,
|
|
50 |
outputs=gr.Textbox(label="Sensor Fault Detection"))
|
51 |
|
52 |
gr.TabbedInterface([video_tab, sensor_tab], ["Intrusion (Video)", "Sensor (Input)"]).launch()
|
|
|
|
50 |
outputs=gr.Textbox(label="Sensor Fault Detection"))
|
51 |
|
52 |
gr.TabbedInterface([video_tab, sensor_tab], ["Intrusion (Video)", "Sensor (Input)"]).launch()
|
53 |
+
|