Update app.py
Browse files
app.py
CHANGED
@@ -12,7 +12,7 @@ iface1 = gr.Interface(
|
|
12 |
gr.Slider(minimum=1, maximum=1000, step=1, label="Number of Rays", value=50)
|
13 |
],
|
14 |
outputs="image",
|
15 |
-
live=True
|
16 |
title="Channel domination",
|
17 |
description=description1,
|
18 |
)
|
|
|
12 |
gr.Slider(minimum=1, maximum=1000, step=1, label="Number of Rays", value=50)
|
13 |
],
|
14 |
outputs="image",
|
15 |
+
live=True,
|
16 |
title="Channel domination",
|
17 |
description=description1,
|
18 |
)
|