prithivMLmods commited on
Commit
aad3862
Β·
verified Β·
1 Parent(s): b600dde

Update app.py

Browse files
Files changed (1) hide show
  1. app.py +0 -2
app.py CHANGED
@@ -1,7 +1,6 @@
1
  import os
2
  from collections.abc import Iterator
3
  from threading import Thread
4
-
5
  import gradio as gr
6
  import spaces
7
  import torch
@@ -113,7 +112,6 @@ demo = gr.ChatInterface(
113
  ],
114
  cache_examples=False,
115
  type="messages",
116
- css_paths="style.css",
117
  fill_height=True,
118
  )
119
 
 
1
  import os
2
  from collections.abc import Iterator
3
  from threading import Thread
 
4
  import gradio as gr
5
  import spaces
6
  import torch
 
112
  ],
113
  cache_examples=False,
114
  type="messages",
 
115
  fill_height=True,
116
  )
117