colbyford commited on
Commit
d92a3e6
1 Parent(s): 8faabdd

Update app.py

Browse files
Files changed (1) hide show
  1. app.py +1 -1
app.py CHANGED
@@ -48,7 +48,7 @@ csg_app = gr.Interface(
48
  gr.Dropdown(["EvoDiff-MSA"], type="value", label = "Model")
49
  ],
50
  outputs="text",
51
- examples=[["https://github.com/microsoft/evodiff/raw/main/examples/example_files/bfd_uniclust_hits.a3m"]],
52
  title = "Conditional sequence generation",
53
  description="Evolutionary guided sequence generation with the `EvoDiff-MSA` model."
54
  )
 
48
  gr.Dropdown(["EvoDiff-MSA"], type="value", label = "Model")
49
  ],
50
  outputs="text",
51
+ # examples=[["https://github.com/microsoft/evodiff/raw/main/examples/example_files/bfd_uniclust_hits.a3m"]],
52
  title = "Conditional sequence generation",
53
  description="Evolutionary guided sequence generation with the `EvoDiff-MSA` model."
54
  )