LTEnjoy commited on
Commit
2a00188
1 Parent(s): 3abf67f

Update app.py

Browse files
Files changed (1) hide show
  1. app.py +2 -2
app.py CHANGED
@@ -21,8 +21,8 @@ with gr.Blocks(title="SaprotHub", fill_width=True) as demo:
21
  # subsection_type = gr.Dropdown(models, label="Search models", interactive=True, scale=0)
22
  # url = "https://hf-mirror.com/SaProtHub/Model-Thermostability-650M"
23
  url = "https://www.uniprot.org/uniprotkb/P05067"
24
- # url = "https://huggingface.co/SaProtHub/Model-Thermostability-650M"
25
- url = "https://www.baidu.com"
26
  response = requests.get(url)
27
  # print(response.text)
28
  # gr.HTML(response.text)
 
21
  # subsection_type = gr.Dropdown(models, label="Search models", interactive=True, scale=0)
22
  # url = "https://hf-mirror.com/SaProtHub/Model-Thermostability-650M"
23
  url = "https://www.uniprot.org/uniprotkb/P05067"
24
+ url = "https://huggingface.co/SaProtHub/Model-Thermostability-650M"
25
+ # url = "https://www.baidu.com"
26
  response = requests.get(url)
27
  # print(response.text)
28
  # gr.HTML(response.text)