Noobian commited on
Commit
654d142
1 Parent(s): 820e34f

Update app.py

Browse files
Files changed (1) hide show
  1. app.py +1 -1
app.py CHANGED
@@ -21,4 +21,4 @@ iface = gr.Interface(make_dua,
21
  title="Dua generator",
22
  description="Get a dua based on how youre feeling.")
23
 
24
- iface.launch()
 
21
  title="Dua generator",
22
  description="Get a dua based on how youre feeling.")
23
 
24
+ iface.launch(share = True)