Spaces:
Sleeping
Sleeping
Update app.py
Browse files
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()
|