DebasishDhal99 commited on
Commit
0956288
·
verified ·
1 Parent(s): 7073e75

Update app.py

Browse files
Files changed (1) hide show
  1. app.py +1 -1
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
  )