shuttie commited on
Commit
b1a4fee
·
1 Parent(s): aabe5cb

do not cache examples

Browse files
Files changed (1) hide show
  1. app.py +1 -0
app.py CHANGED
@@ -38,4 +38,5 @@ if __name__ == "__main__":
38
  "My girlfriend invited me over to finally meet her cannibal father.",
39
  "Last time I stayed in a hotel I asked for the porn channel to be disabled"
40
  ],
 
41
  ).launch(server_name="0.0.0.0",share=True)
 
38
  "My girlfriend invited me over to finally meet her cannibal father.",
39
  "Last time I stayed in a hotel I asked for the porn channel to be disabled"
40
  ],
41
+ cache_examples=False,
42
  ).launch(server_name="0.0.0.0",share=True)