Spaces:
Sleeping
Sleeping
Update app.py
Browse files
app.py
CHANGED
@@ -12,7 +12,7 @@ def analyze_text_input(input_str):
|
|
12 |
|
13 |
iface = gr.Interface(
|
14 |
fn=analyze_text_input,
|
15 |
-
inputs=gr.Textbox(label="Feature string", placeholder="gyro_std=123.4, vbat_drop=0.91, ..."),
|
16 |
outputs=gr.Textbox(label="Detected Issue / Reason"),
|
17 |
title="Open Rotor Copilot (Single Example)",
|
18 |
description="Paste a windowed feature string and get detected issue & explanation."
|
|
|
12 |
|
13 |
iface = gr.Interface(
|
14 |
fn=analyze_text_input,
|
15 |
+
inputs=gr.Textbox(label="Feature string", placeholder="gyro_std=123.4, vbat_drop=0.91, ...", value="Gyro stddev=10.29, Throttle mean=1736, Motors min=12.07, max=54.96, Motor stall count=0, Max gyro roll diff=51.60, Max PID axis=4.29, Min/Max window=(12.07/54.96), Motor diff max=9.32, Prop damage frac=0.00, Gyro abs max=165.38, Vbat min/max=(19.58/21.94), Vbat drop=2.37, Amperage max=4.39, Brownout count=0, Brownout frac=0.00, RSSI min=53.25, RX loss rate=0.000, RC jitter max=10.5, GPS loss rate=0.001, Acc norm mean=0.98, Acc drift=0.02, Alt jump max=0.11, Heading jump max=0.23"),
|
16 |
outputs=gr.Textbox(label="Detected Issue / Reason"),
|
17 |
title="Open Rotor Copilot (Single Example)",
|
18 |
description="Paste a windowed feature string and get detected issue & explanation."
|