osbm commited on
Commit
45b3e15
1 Parent(s): 1402f09

discard other methods for now

Browse files
Files changed (1) hide show
  1. app.py +1 -1
app.py CHANGED
@@ -110,7 +110,7 @@ def main_func(
110
  demo = gr.Interface(
111
  fn=main_func,
112
  inputs=[
113
- gr.Radio(['random', 'equispaced', "equispaced_fraction", "magic", "magic_fraction"], label="Mask Type", value="equispaced"),
114
  gr.Slider(minimum=0.0, maximum=1.0, value=0.4, label="Center Fraction"),
115
  gr.Number(value=4, label="Acceleration"),
116
  gr.Number(value=42, label="Seed"),
 
110
  demo = gr.Interface(
111
  fn=main_func,
112
  inputs=[
113
+ gr.Radio(['random', 'equispaced', "magic"], label="Mask Type", value="equispaced"),
114
  gr.Slider(minimum=0.0, maximum=1.0, value=0.4, label="Center Fraction"),
115
  gr.Number(value=4, label="Acceleration"),
116
  gr.Number(value=42, label="Seed"),