Ivan Tan commited on
Commit
b297061
1 Parent(s): 421e90f

Remove all launch arguments

Browse files
Files changed (1) hide show
  1. app.py +1 -3
app.py CHANGED
@@ -250,6 +250,4 @@ with demo:
250
  description="Enter funding data to generate news headline.",
251
  live=True
252
 
253
- demo.launch(
254
- share=True, auth=("123", "123"), enable_queue=False
255
- )
 
250
  description="Enter funding data to generate news headline.",
251
  live=True
252
 
253
+ demo.launch()