abidlabs HF Staff commited on
Commit
69b41e3
·
verified ·
1 Parent(s): 618e3e7

Update app.py

Browse files
Files changed (1) hide show
  1. app.py +2 -0
app.py CHANGED
@@ -30,4 +30,6 @@ demo = gr.Interface(
30
  description="heres a sample **toy calculator**. enjoy!",
31
  )
32
 
 
 
33
  demo.launch()
 
30
  description="heres a sample **toy calculator**. enjoy!",
31
  )
32
 
33
+ print("demo.blocks", demo.blocks)
34
+
35
  demo.launch()