quangjimmy commited on
Commit
1a48733
·
verified ·
1 Parent(s): 22cc480

Update app.py

Browse files
Files changed (1) hide show
  1. app.py +2 -2
app.py CHANGED
@@ -3,8 +3,8 @@ import gradio as gr
3
  import torch
4
 
5
 
6
- title = "🤖AI Chat Tư Vấn Tuyển Sinh Đại Học 2024 - Author: QuangJimmy - Mobile: 0902416456"
7
- description = "Building open-domain chatbots is a challenging area for machine learning research."
8
  examples = [["How are you?"]]
9
 
10
 
 
3
  import torch
4
 
5
 
6
+ title = "🤖AI Chat Tư Vấn Tuyển Sinh Đại Học 2024"
7
+ description = "Building open-domain chatbots is a challenging area for machine learning research by QuangJimmy Mobile: 0902416456."
8
  examples = [["How are you?"]]
9
 
10