Spaces:
Running
Running
Update app.py
Browse files
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 |
)
|