Skip to content
Snippets Groups Projects

Gradio plot flicker fix

1 file
+ 0
1
Compare changes
  • Side-by-side
  • Inline
+ 0
1
@@ -453,7 +453,6 @@ class Interface(BaseInterface):
@@ -453,7 +453,6 @@ class Interface(BaseInterface):
def update_slice_wrapper(self, letter):
def update_slice_wrapper(self, letter):
def update_slice(position_slider:float, cmap:str):
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
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
cmap: string gradio drop down menu, saying what cmap we want to use for display
Loading