mattcracker commited on
Commit
470ca15
1 Parent(s): 191aa88

Update app.py

Browse files
Files changed (1) hide show
  1. app.py +0 -11
app.py CHANGED
@@ -24,17 +24,6 @@ Feel free to test without log.
24
  </center>
25
  """
26
 
27
- CSS = """
28
- .duplicate-button {
29
- margin: auto !important;
30
- color: white !important;
31
- background: black !important;
32
- border-radius: 100vh !important;
33
- }
34
- h3 {
35
- text-align: center;
36
- }
37
- """
38
 
39
  model = AutoModelForCausalLM.from_pretrained(
40
  MODELS,
 
24
  </center>
25
  """
26
 
 
 
 
 
 
 
 
 
 
 
 
27
 
28
  model = AutoModelForCausalLM.from_pretrained(
29
  MODELS,