AI-Naga commited on
Commit
0eeece7
1 Parent(s): e799afb

Update app.py

Browse files
Files changed (1) hide show
  1. app.py +1 -1
app.py CHANGED
@@ -284,6 +284,6 @@ iface = gr.Interface(
284
  description="Get feedback on your interview response from an AI interview coach.",
285
  layout="vertical"
286
  )
287
- iface.launch(share=True)
288
 
289
  #########################################################################################
 
284
  description="Get feedback on your interview response from an AI interview coach.",
285
  layout="vertical"
286
  )
287
+ iface.launch()
288
 
289
  #########################################################################################