jm12138 commited on
Commit
a7ae8c5
1 Parent(s): d4548bf

Update app.py

Browse files
Files changed (1) hide show
  1. app.py +11 -3
app.py CHANGED
@@ -199,13 +199,21 @@ with block:
199
  task, text, min_dec_len, seq_len, topp, penalty_score], outputs=text_gen)
200
  gr.HTML(
201
  """
202
- <div class="footer">
203
- <p>Model by <a href="https://github.com/PaddlePaddle/PaddleHub" style="text-decoration: underline;" target="_blank">PaddleHub</a> and <a href="https://wenxin.baidu.com" style="text-decoration: underline;" target="_blank">文心大模型</a> - Gradio Demo by 🤗 Hugging Face
 
204
  </p>
205
- </div>
 
 
 
206
  <a href="https://github.com/PaddlePaddle/PaddleHub/stargazers">
207
  <img src="https://user-images.githubusercontent.com/22424850/187849103-074cb6d2-a9b4-49a1-b1f0-fc130049769f.png" alt="star Paddlehub" width="100%">
208
  </a>
 
 
 
 
209
  """
210
  )
211
 
 
199
  task, text, min_dec_len, seq_len, topp, penalty_score], outputs=text_gen)
200
  gr.HTML(
201
  """
202
+ <div class="prompt">
203
+ <p>
204
+ There are more interesting models in PaddleHub, you can star <a href="https://github.com/PaddlePaddle/PaddleHub" style="text-decoration: underline;" target="_blank"> PaddleHub</a> to follow.
205
  </p>
206
+ <p>
207
+ Besides, you can use free GPU resourses in <a href="https://aistudio.baidu.com/aistudio/projectdetail/4462918", style="text-decoration: underline;" target="_blank"> aistudio </a> to enjoy more cases, have fun.
208
+ </p>
209
+ </div>
210
  <a href="https://github.com/PaddlePaddle/PaddleHub/stargazers">
211
  <img src="https://user-images.githubusercontent.com/22424850/187849103-074cb6d2-a9b4-49a1-b1f0-fc130049769f.png" alt="star Paddlehub" width="100%">
212
  </a>
213
+ <div class="footer">
214
+ <p>Model by <a href="https://github.com/PaddlePaddle/PaddleHub" style="text-decoration: underline;" target="_blank">PaddleHub</a> and <a href="https://wenxin.baidu.com" style="text-decoration: underline;" target="_blank">文心大模型</a> - Gradio Demo by 🤗 Hugging Face
215
+ </p>
216
+ </div>
217
  """
218
  )
219