Spaces:
Running
on
Zero
Running
on
Zero
Update app.py
Browse files
app.py
CHANGED
@@ -178,4 +178,4 @@ with gr.Blocks() as demo:
|
|
178 |
max_new_tokens, repetition_penalty, top_p], outputs=output)
|
179 |
|
180 |
|
181 |
-
demo.launch(debug=True)
|
|
|
178 |
max_new_tokens, repetition_penalty, top_p], outputs=output)
|
179 |
|
180 |
|
181 |
+
demo.launch(debug=True, cache_examples=False)
|