PhDFlo commited on
Commit
8c39148
·
1 Parent(s): fd2a5f9
Files changed (2) hide show
  1. README.md +16 -1
  2. app.py +1 -1
README.md CHANGED
@@ -8,9 +8,24 @@ sdk_version: 5.33.0
8
  app_file: app.py
9
  pinned: false
10
  license: apache-2.0
11
- short_description: MCP server to simulate protein folding on Modal cluster
12
  tags:
13
  - mcp-server-track
 
14
  ---
15
 
16
  Check out the configuration reference at https://huggingface.co/docs/hub/spaces-config-reference
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
8
  app_file: app.py
9
  pinned: false
10
  license: apache-2.0
11
+ short_description: MCP server to simulate protein folding on Modal Labs ressources
12
  tags:
13
  - mcp-server-track
14
+ - Modal Labs Choice Award
15
  ---
16
 
17
  Check out the configuration reference at https://huggingface.co/docs/hub/spaces-config-reference
18
+
19
+ ### Environment creation with uv
20
+ Run the following in a bash shell:
21
+ ```bash
22
+ uv venv
23
+ source .venv/bin/activate
24
+ uv pip install gradio[mcp] modal gemmi gradio_molecule3d
25
+ ```
26
+
27
+ ### Run the app
28
+ Run in a bash shell:
29
+ ```bash
30
+ gradio app.py
31
+ ```
app.py CHANGED
@@ -314,7 +314,7 @@ with gr.Blocks(theme=theme) as demo:
314
  Chai-1 enables unified prediction of proteins, small molecules, DNA, RNA, glycosylations, and more.
315
 
316
  Industrial computations are frequently performed on High-Performance Computing (HPC) clusters with substantial resources, necessitating that simulations typically run on separate servers.
317
- To provide comprehensive answers to users, the LLM must be able to access simulation results. To this end, [Modal](https://modal.com/), a serverless platform that offers a straightforward method to run any application with the latest CPU and GPU hardware, will be used.
318
 
319
  # Benefits
320
 
 
314
  Chai-1 enables unified prediction of proteins, small molecules, DNA, RNA, glycosylations, and more.
315
 
316
  Industrial computations are frequently performed on High-Performance Computing (HPC) clusters with substantial resources, necessitating that simulations typically run on separate servers.
317
+ To provide comprehensive answers to users, the LLM must be able to access simulation results. To this end, [Modal Labs](https://modal.com/), a serverless platform that offers a straightforward method to run any application with the latest CPU and GPU hardware, will be used.
318
 
319
  # Benefits
320