Spaces:
Runtime error
Runtime error
Update app.py
Browse files
app.py
CHANGED
@@ -45,5 +45,5 @@ inputs = [
|
|
45 |
]
|
46 |
outputs = gr.Plot()
|
47 |
|
48 |
-
demo = gr.Interface(fn=graphPlot,
|
49 |
-
demo.launch()
|
|
|
45 |
]
|
46 |
outputs = gr.Plot()
|
47 |
|
48 |
+
demo = gr.Interface(fn=graphPlot, outputs=outputs, cache_examples=True)
|
49 |
+
demo.launch(share=True)
|