bs3va commited on
Commit
8e6700d
·
verified ·
1 Parent(s): 24efae9

Update app.py

Browse files
Files changed (1) hide show
  1. app.py +2 -0
app.py CHANGED
@@ -109,3 +109,5 @@ with gr.Blocks(title=title) as demo:
109
  }
110
  </style>
111
  """)
 
 
 
109
  }
110
  </style>
111
  """)
112
+
113
+ demo.launch()