Commit
·
d5e004b
1
Parent(s):
d383353
Update app.py
Browse files
app.py
CHANGED
@@ -256,8 +256,8 @@ with gr.Blocks(theme = 'carlosrosash/bellay_test') as demo:
|
|
256 |
inputs=[user_input, dropdown, temperature_slider],
|
257 |
outputs=output_text,
|
258 |
fn=on_submit,
|
259 |
-
cache_examples=True
|
260 |
-
label = 'Exemples'
|
261 |
)
|
262 |
|
263 |
demo.launch()
|
|
|
256 |
inputs=[user_input, dropdown, temperature_slider],
|
257 |
outputs=output_text,
|
258 |
fn=on_submit,
|
259 |
+
cache_examples=True,
|
260 |
+
label = 'Exemples'
|
261 |
)
|
262 |
|
263 |
demo.launch()
|