Spaces:
Runtime error
Runtime error
Update app.py
Browse files
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 |
|