wenkai commited on
Commit
222ff4a
1 Parent(s): 6ef1f27

Update app.py

Browse files
Files changed (1) hide show
  1. app.py +5 -1
app.py CHANGED
@@ -194,7 +194,11 @@ def generate_caption(protein, prompt):
194
  # Define the FAPM interface
195
  description = """Quick demonstration of the FAPM model for protein function prediction. Upload an protein sequence to generate a function description. Modify the Prompt to provide the taxonomy information.
196
 
197
- The model used in this app is available at [Hugging Face Model Hub](https://huggingface.co/wenkai/FAPM) and the source code can be found on [GitHub](https://github.com/xiangwenkai/FAPM/tree/main)."""
 
 
 
 
198
 
199
  # iface = gr.Interface(
200
  # fn=generate_caption,
 
194
  # Define the FAPM interface
195
  description = """Quick demonstration of the FAPM model for protein function prediction. Upload an protein sequence to generate a function description. Modify the Prompt to provide the taxonomy information.
196
 
197
+ Our paper is available at [BioRxiv](https://www.biorxiv.org/content/10.1101/2024.05.07.593067v1)
198
+
199
+ The model used in this app is available at [Hugging Face Model Hub](https://huggingface.co/wenkai/FAPM) and the source code can be found on [GitHub](https://github.com/xiangwenkai/FAPM/tree/main).
200
+
201
+ Thanks for the support from ProtonUnfold Tech.  Co., Ltd (https://www.protonunfold.com/)."""
202
 
203
  # iface = gr.Interface(
204
  # fn=generate_caption,