prithivMLmods commited on
Commit
4882b72
Β·
verified Β·
1 Parent(s): 8d2e125

Update app.py

Browse files
Files changed (1) hide show
  1. app.py +1 -6
app.py CHANGED
@@ -7,13 +7,8 @@ import spaces
7
  import torch
8
  from transformers import AutoModelForCausalLM, AutoTokenizer, TextIteratorStreamer
9
 
10
- logo_url = "https://huggingface.co/prithivMLmods/GWQ2b/resolve/main/src/images/1.png"
11
-
12
- DESCRIPTION = f"""
13
  # GWQ PREV
14
- <div style="padding: 30px; text-align: center; display: flex; flex-direction: column; align-items: center;">
15
- <img src="{logo_url}" style="width: 80%; max-width: 550px; height: auto; opacity: 0.55;">
16
- </div>
17
  """
18
 
19
  MAX_MAX_NEW_TOKENS = 2048
 
7
  import torch
8
  from transformers import AutoModelForCausalLM, AutoTokenizer, TextIteratorStreamer
9
 
10
+ DESCRIPTION = """
 
 
11
  # GWQ PREV
 
 
 
12
  """
13
 
14
  MAX_MAX_NEW_TOKENS = 2048