Spaces:
Running
Running
Update app.py
Browse files
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)
|
|
|
7 |
title="ChemicalConverters 🧪🔬🧬👨🏻🔬",
|
8 |
theme=gr.themes.Base())
|
9 |
|
10 |
+
demo.launch(share=True, cache_examples=False)
|