Spaces:
Runtime error
Runtime error
This Pull Request fixes the space
#3
by
Fabrice-TIERCELIN
- opened
app.py
CHANGED
@@ -104,6 +104,7 @@ iface = gr.Interface(
|
|
104 |
title=title,
|
105 |
description=description,
|
106 |
examples=examples,
|
|
|
107 |
inputs=["text", "text"], # Take user input and system prompt separately
|
108 |
outputs="text",
|
109 |
theme="ParityError/Anime"
|
|
|
104 |
title=title,
|
105 |
description=description,
|
106 |
examples=examples,
|
107 |
+
cache_examples=False,
|
108 |
inputs=["text", "text"], # Take user input and system prompt separately
|
109 |
outputs="text",
|
110 |
theme="ParityError/Anime"
|