Spaces:
Running
Running
EdwardoSunny
commited on
Commit
•
236b7d5
1
Parent(s):
21ea03e
anon
Browse files
app.py
CHANGED
@@ -92,7 +92,7 @@ def parse_args():
|
|
92 |
# Demo Gradio Interface
|
93 |
title = """<h1 align="center">Demo of ProteinGPT</h1>"""
|
94 |
description = """<h3>Upload your protein sequence and structure and start chatting with your protein!</h3>"""
|
95 |
-
article = """<div style='display:flex; gap: 0.25rem; '><a href='https://huggingface.co/AI-BIO/ProteinGPT-Llama3'><img src='https://img.shields.io/badge/Project-Page-Green'></a><a href='https://github.com'><img src='https://img.shields.io/badge/Github-Code-blue'></a
|
96 |
|
97 |
args = parse_args() # Parse arguments to get config and model info
|
98 |
chat = initialize_chat(args) # Initialize ProteinGPT model
|
|
|
92 |
# Demo Gradio Interface
|
93 |
title = """<h1 align="center">Demo of ProteinGPT</h1>"""
|
94 |
description = """<h3>Upload your protein sequence and structure and start chatting with your protein!</h3>"""
|
95 |
+
article = """<div style='display:flex; gap: 0.25rem; '><a href='https://huggingface.co/AI-BIO/ProteinGPT-Llama3'><img src='https://img.shields.io/badge/Project-Page-Green'></a><a href='https://github.com'><img src='https://img.shields.io/badge/Github-Code-blue'></a></div>"""
|
96 |
|
97 |
args = parse_args() # Parse arguments to get config and model info
|
98 |
chat = initialize_chat(args) # Initialize ProteinGPT model
|