Vrooh933 commited on
Commit
31786b5
1 Parent(s): bc82378

Update app.py

Browse files
Files changed (1) hide show
  1. app.py +4 -1
app.py CHANGED
@@ -106,4 +106,7 @@ demo = gr.Interface(
106
  description=des,
107
  article=article,
108
  live=True,
109
- )
 
 
 
 
106
  description=des,
107
  article=article,
108
  live=True,
109
+ )
110
+
111
+ if __name__ == "__main__":
112
+ demo.launch(share = True)