ehristoforu commited on
Commit
460d8d8
·
verified ·
1 Parent(s): 8133244

Update app.py

Browse files
Files changed (1) hide show
  1. app.py +1 -8
app.py CHANGED
@@ -9,18 +9,11 @@ from threading import Thread
9
 
10
  HF_TOKEN = os.environ.get("HF_TOKEN", None)
11
  MODEL_ID = "ehristoforu/SoRu-0008"
12
- MODEL_NAME = MODELS.split("/")[-1]
13
 
14
  TITLE = "<h1><center>Qwen2-7B-instruct</center></h1>"
15
 
16
  DESCRIPTION = f"""
17
- <h3>MODEL: <a href="https://hf.co/{MODELS}">{MODEL_NAME}</a></h3>
18
- <center>
19
- <p>Qwen is the large language model built by Alibaba Cloud.
20
- <br>
21
- Feel free to test without log.
22
- </p>
23
- </center>
24
  """
25
 
26
  CSS = """
 
9
 
10
  HF_TOKEN = os.environ.get("HF_TOKEN", None)
11
  MODEL_ID = "ehristoforu/SoRu-0008"
12
+ #MODEL_NAME = MODELS.split("/")[-1]
13
 
14
  TITLE = "<h1><center>Qwen2-7B-instruct</center></h1>"
15
 
16
  DESCRIPTION = f"""
 
 
 
 
 
 
 
17
  """
18
 
19
  CSS = """