Reality123b commited on
Commit
d598d13
·
verified ·
1 Parent(s): bb7dc7b

Update app.py

Browse files
Files changed (1) hide show
  1. app.py +4 -1
app.py CHANGED
@@ -297,4 +297,7 @@ demo = gr.ChatInterface(
297
  label="Top-p (nucleus sampling)"
298
  ),
299
  ]
300
- )
 
 
 
 
297
  label="Top-p (nucleus sampling)"
298
  ),
299
  ]
300
+ )
301
+
302
+ if __name__ == "__main__":
303
+ demo.launch(share=True)