mohamedmostafa259 commited on
Commit
ea5a12b
·
1 Parent(s): 524cc17

disable caching examples

Browse files
Files changed (1) hide show
  1. app.py +1 -1
app.py CHANGED
@@ -103,7 +103,7 @@ with gr.Blocks(title="🎭 Emoji Translator", theme=gr.themes.Soft()) as demo:
103
  inputs=[text_input, creativity],
104
  outputs=emoji_output,
105
  fn=translate_to_emoji,
106
- cache_examples=True,
107
  )
108
 
109
  # Button click event
 
103
  inputs=[text_input, creativity],
104
  outputs=emoji_output,
105
  fn=translate_to_emoji,
106
+ cache_examples=False,
107
  )
108
 
109
  # Button click event