ruggsea commited on
Commit
3fc20f5
1 Parent(s): 1d3199b

Update app.py

Browse files
Files changed (1) hide show
  1. app.py +2 -1
app.py CHANGED
@@ -38,7 +38,8 @@ interface = gr.Interface(
38
  outputs=tweet_input_output,
39
  live=False,
40
  examples=[["I migranti"], ["Il ddl Zan"]],
41
- title="Twitta come un parlamentare di FDI/Lega"
 
42
  )
43
 
44
  # Start the Gradio interface
 
38
  outputs=tweet_input_output,
39
  live=False,
40
  examples=[["I migranti"], ["Il ddl Zan"]],
41
+ title="Twitta come un parlamentare di FDI/Lega",
42
+ cache_examples=False
43
  )
44
 
45
  # Start the Gradio interface