Spaces:
Running
on
Zero
Running
on
Zero
Update
Browse files
app.py
CHANGED
@@ -134,6 +134,9 @@ def chat(
|
|
134 |
return chat_val, history_orig, history_qa
|
135 |
|
136 |
|
|
|
|
|
|
|
137 |
examples = [
|
138 |
[
|
139 |
"images/house.png",
|
|
|
134 |
return chat_val, history_orig, history_qa
|
135 |
|
136 |
|
137 |
+
chat.zerogpu = True # type: ignore
|
138 |
+
|
139 |
+
|
140 |
examples = [
|
141 |
[
|
142 |
"images/house.png",
|