Update Google Colab link in app.py for improved accessibility
9b8dd05
pimenolcommited on
Fix typo in funding text: correct "Progamme" to "Programme"
6fc43d8
pimenolcommited on
Fix openfold build on CUDA 13 Spaces image: drop compute_70 (Volta)
8c0fecb
pimenolClaude Opus 5 (1M context)commited on
Add funding acknowledgment section with logos and text in app.py and README.md
35a5048
pimenolcommited on
Update Google Colab link in app.py to use HTML anchor tag for better accessibility and user experience.
3f6c226
pimenolcommited on
Update Google Colab link format in app.py for improved accessibility.
ee132d0
pimenolcommited on
Add seed parameter for reproducibility in predict_structure function and update example inputs. Enhance user interface with a new seed input field.
fd07406
pimenolcommited on
CHnag logs
abea733
pimenolcommited on
Update logging messages in predict_structure function to reflect changes in ProteinTTT visualization. Adjusted labels for clarity in user interface regarding TTT steps.
55ab4ec
pimenolcommited on
Refactor create_3dmol_html function to streamline pLDDT visualization and update logging in predict_structure function. Removed deprecated code and improved clarity in progress messages for ESMFold and ProteinTTT predictions.
acc139b
pimenolcommited on
try to fix GPU task aborted
1480aa1
pimenolcommited on
Update DEMO_SEQUENCE
5681c0f
pimenolcommited on
Enhance create_3dmol_html function with improved pLDDT coloring and a detailed legend. Implement base64 encoding for HTML output to ensure compatibility in sandboxed environments. Update styling for better visual presentation.
5cf0ce0
pimenolcommited on
back to the last version
36e1bff
pimenolcommited on
Add progress bar
3907935
pimenolcommited on
plddt alpha fold colors
6ede69e
pimenolcommited on
Implement background logging for test-time training in predict_structure function. Added a threading mechanism to capture logs in real-time, enhancing user feedback during model training.
28f9dc0
pimenolcommited on
Add HTML progress bar for prediction steps in predict_structure function. Updated progress tracking to enhance user feedback during model inference and visualization preparation.
07f1019
pimenolcommited on
Refactor create_3dmol_html function to simplify HTML generation and improve pLDDT coloring visualization. Removed unnecessary imports and enhanced the structure for better readability.
0824280
pimenolcommited on
Add base64 encoding for HTML visualization in create_3dmol_html function and enhance error handling during visualization creation.
3a954c2
pimenolcommited on
fix vizualisation issue
f9b385c
pimenolcommited on
40 sec
5a972f5
pimenolcommited on
log with plddt per step
7f198db
pimenolcommited on
change hparams
4a4cdc9
pimenolcommited on
change font
54a6263
pimenolcommited on
Reorganize advanced settings layout in app.py to improve user experience. Moved TTT Steps slider into the advanced settings section and adjusted example sequence parameters for better clarity.
9ef5d59
pimenolcommited on
Change demo seq
471142d
pimenolcommited on
add settings with different hparam
9be585e
pimenolcommited on
log proteinTTT
9d711c8
pimenolcommited on
change font
1ec855d
pimenolcommited on
AlphaFold-like pLDDT coloring
0109601
pimenolcommited on
remove unnecessary comments and streamline the lora-diffusion installation process
f592540
pimenolcommited on
Fix UnboundLocalError in predict_structure by enabling eval_each_step in TTT configuration. This change addresses an upstream bug in ProteinTTT that could lead to errors during execution.
bd7f50b
pimenolcommited on
Refactor lora-diffusion installation in app.py to patch __init__.py before the first import, ensuring only the necessary .lora submodule is loaded. This change improves dependency management by preventing unnecessary imports of additional libraries.
0920b67
pimenolcommited on
Refactor lora-diffusion installation in app.py to patch __init__.py for minimal dependencies, ensuring only necessary components are loaded. Enhance predict_structure function to save baseline PDB files for download and create 3D visualizations. Remove torchvision from requirements.txt to streamline dependencies.
bcc79e4
pimenolcommited on
Refactor lora-diffusion installation in app.py to check for existing installation before attempting to install. Enhance verification step to ensure successful installation, improving error handling and user feedback.
4750ea1
pimenolcommited on
add torchvision
00bdda1
pimenolcommited on
Refactor app.py to streamline the installation process for openfold and lora-diffusion, incorporating a verification step post-installation. Update requirements.txt to clarify the need for --no-build-isolation during runtime installations, enhancing overall dependency management.
0660ac3
pimenolcommited on
Refactor lora-diffusion installation in app.py to include verification after installation and update requirements.txt to clarify the need for --no-build-isolation during installation, enhancing dependency management.
bb3dc0f
pimenolcommited on
Add cache invalidation for lora-diffusion installation in app.py to ensure immediate visibility of the new package. Update requirements.txt to reflect the direct installation of lora-diffusion.
926ea8b
pimenolcommited on
Update requirements.txt to pin the ProteinTTT dependency to a specific commit hash, ensuring consistency and stability in the package version used.
480613e
pimenolcommited on
Update app.py to modify the lora-diffusion installation command by adding the --no-build-isolation flag for improved compatibility. Adjust requirements.txt to reflect that lora-diffusion is now installed at runtime, streamlining dependency management.
09559a4
pimenolcommited on
Update requirements.txt to pin specific package versions for numpy, scipy, pandas, biopython, tqdm, pyyaml, requests, and click, ensuring consistency with the local working environment. Remove duplicate entries for pandas and biopython to streamline dependencies.
372b26d
pimenolcommited on
Refactor app.py to streamline package imports by removing numpy and outdated comments, and adjust demo sequence for clarity. Update requirements.txt to include lora-diffusion directly, enhancing dependency management.
7033368
pimenolcommited on
Update lora-diffusion installation command in app.py to include --no-build-isolation flag, enhancing compatibility during package installation.
670cc60
pimenolcommited on
Update requirements.txt to add setuptools and wheel for improved package management, and remove lora-diffusion dependency to streamline the environment
e8ca71b
pimenolcommited on
Update app.py to remove outdated comments regarding package imports and add numpy as a runtime dependency in requirements.txt, ensuring compatibility and clarity in the codebase
6b13591
pimenolcommited on
Refactor GPU handling in app.py to support HF Spaces and local environments. Introduce a no-op fallback for spaces import when not in HF Spaces. Adjust prediction GPU duration from 120 to 60 seconds and remove theme specification from Blocks context manager for improved flexibility.
dea1b15
pimenolcommited on
Reduce GPU duration in prediction logic from 300 to 120 seconds
8b250e1
pimenolcommited on
Enhance app.py by adding runtime checks for openfold and lora-diffusion installations, ensuring necessary packages are available before import. Refactor comments for clarity and improve model loading efficiency. Remove deprecated dependencies from requirements.txt to streamline the environment.