BioMike commited on
Commit
151ba3e
1 Parent(s): 6eb5150

Update app.py

Browse files
Files changed (1) hide show
  1. app.py +1 -1
app.py CHANGED
@@ -7,4 +7,4 @@ demo = gr.TabbedInterface([landing, smiles2iupac, iupac2smiles, iupac2style],
7
  title="ChemicalConverters 🧪🔬🧬👨🏻‍🔬",
8
  theme=gr.themes.Base())
9
 
10
- demo.launch(share=True, cache_examples=False)
 
7
  title="ChemicalConverters 🧪🔬🧬👨🏻‍🔬",
8
  theme=gr.themes.Base())
9
 
10
+ demo.launch(share=True)