Spaces:
Runtime error
Runtime error
This Pull Request fixes the space
#2
by
Fabrice-TIERCELIN
- opened
app.py
CHANGED
@@ -126,6 +126,7 @@ interface = gr.Interface(
|
|
126 |
title="Detecting Whether the Book Snippet is in OpenAI text-davinci-003 Pretraining Data",
|
127 |
# description="This tool helps in detecting whether the book snippet is in text-davinci-003's pretraining data. Enter a snippet from any book, but make sure it is longer than 512 words.",
|
128 |
examples=[[harry], [pineapple], [god]],
|
|
|
129 |
description=extended_description,
|
130 |
theme="huggingface",
|
131 |
layout="vertical",
|
|
|
126 |
title="Detecting Whether the Book Snippet is in OpenAI text-davinci-003 Pretraining Data",
|
127 |
# description="This tool helps in detecting whether the book snippet is in text-davinci-003's pretraining data. Enter a snippet from any book, but make sure it is longer than 512 words.",
|
128 |
examples=[[harry], [pineapple], [god]],
|
129 |
+
cache_examples=False,
|
130 |
description=extended_description,
|
131 |
theme="huggingface",
|
132 |
layout="vertical",
|