jsulz HF staff commited on
Commit
f239c56
1 Parent(s): 1fd02a5

adding gitignore

Browse files
Files changed (1) hide show
  1. app.py +2 -2
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)