karthikcmani commited on
Commit
454e2cf
·
verified ·
1 Parent(s): 6649303

Update app.py

Browse files
Files changed (1) hide show
  1. app.py +3 -1
app.py CHANGED
@@ -18,4 +18,6 @@ demo = gr.Interface(
18
  theme=gr.themes.Soft(primary_hue="emerald", secondary_hue="teal")
19
  )
20
 
21
- demo.launch()
 
 
 
18
  theme=gr.themes.Soft(primary_hue="emerald", secondary_hue="teal")
19
  )
20
 
21
+ demo.launch(show_api=False, share=True)
22
+ print("App running successfully - built by Karthik")
23
+