rename "weights" to "parameters"
Browse files
app.py
CHANGED
@@ -69,7 +69,7 @@ demo = gr.Interface(
|
|
69 |
fn=interface_func,
|
70 |
inputs=[
|
71 |
gr.Textbox(
|
72 |
-
label="
|
73 |
lines=1,
|
74 |
value=str(DEFAULT_PARAMETER)[1:-1],
|
75 |
),
|
|
|
69 |
fn=interface_func,
|
70 |
inputs=[
|
71 |
gr.Textbox(
|
72 |
+
label="parameters",
|
73 |
lines=1,
|
74 |
value=str(DEFAULT_PARAMETER)[1:-1],
|
75 |
),
|