seawolf2357 commited on
Commit
c32f606
1 Parent(s): 2db0d53

Update app.py

Browse files
Files changed (1) hide show
  1. app.py +2 -1
app.py CHANGED
@@ -68,10 +68,11 @@ demo = gr.ChatInterface(
68
  label="Top-p (nucleus sampling)",
69
  ),
70
  ],
 
 
71
  )
72
 
73
 
74
 
75
-
76
  if __name__ == "__main__":
77
  demo.launch()
 
68
  label="Top-p (nucleus sampling)",
69
  ),
70
  ],
71
+ theme=theme, # 테마 적용
72
+ css=css # CSS 적용
73
  )
74
 
75
 
76
 
 
77
  if __name__ == "__main__":
78
  demo.launch()