Skip to content
Snippets Groups Projects

Gradio plot flicker fix

Merged s204159 requested to merge gradio_plot_flicker_fix into main
1 file
+ 0
1
Compare changes
  • Side-by-side
  • Inline
@@ -453,7 +453,6 @@ class Interface(BaseInterface):
def update_slice_wrapper(self, letter):
def update_slice(position_slider:float, cmap:str):
print('update slice')
"""
position_slider: float from gradio slider, saying which relative slice we want to see
cmap: string gradio drop down menu, saying what cmap we want to use for display
Loading