Spaces:
Running
Running
adding gitignore
Browse files
app.py
CHANGED
|
@@ -147,7 +147,7 @@ with gr.Blocks() as demo:
|
|
| 147 |
orientation="h",
|
| 148 |
)
|
| 149 |
print(fig)
|
| 150 |
-
gr.Plot(value=fig, container=True)
|
| 151 |
|
| 152 |
|
| 153 |
-
demo.launch()
|
|
|
|
| 147 |
orientation="h",
|
| 148 |
)
|
| 149 |
print(fig)
|
| 150 |
+
gr.Plot(value=fig, container=True, visible=True)
|
| 151 |
|
| 152 |
|
| 153 |
+
demo.launch(share=True)
|