revery gradio sdk
Browse files
README.md
CHANGED
@@ -3,9 +3,12 @@ title: Conformity Protein Dynamics
|
|
3 |
emoji: 🧬🪬
|
4 |
colorFrom: indigo
|
5 |
colorTo: purple
|
6 |
-
sdk:
|
|
|
|
|
7 |
pinned: true
|
8 |
license: mit
|
|
|
9 |
---
|
10 |
|
11 |
To create a virtual environment on a Windows machine and run your Gradio app (`app.py`) after installing the dependencies listed in `requirements.txt`, follow these steps:
|
|
|
3 |
emoji: 🧬🪬
|
4 |
colorFrom: indigo
|
5 |
colorTo: purple
|
6 |
+
sdk: gradio
|
7 |
+
sdk_version: 5.1.0
|
8 |
+
app_file: app.py
|
9 |
pinned: true
|
10 |
license: mit
|
11 |
+
short_description: 'use the ESM3 model to predict protein structures'
|
12 |
---
|
13 |
|
14 |
To create a virtual environment on a Windows machine and run your Gradio app (`app.py`) after installing the dependencies listed in `requirements.txt`, follow these steps:
|