Core23 commited on
Commit
4c7fb0e
1 Parent(s): 5fd8956

Update app.py

Browse files
Files changed (1) hide show
  1. app.py +2 -1
app.py CHANGED
@@ -160,4 +160,5 @@ demo = gr.Interface(
160
  layout="vertical",
161
  allow_flagging=False,
162
  live=True,
163
- )
 
 
160
  layout="vertical",
161
  allow_flagging=False,
162
  live=True,
163
+ )
164
+ demo.launch()