Sawon2023 commited on
Commit
30b5d23
1 Parent(s): 6a2a873

Public Link updated

Browse files
Files changed (1) hide show
  1. app.py +1 -2
app.py CHANGED
@@ -29,7 +29,6 @@ iface = gr.Interface(
29
  outputs="text",
30
  description=description,
31
  title=title,
32
- allow_screenshot=True,
33
  )
34
 
35
- iface.launch(enable_queue=True, show_error=True)
 
29
  outputs="text",
30
  description=description,
31
  title=title,
 
32
  )
33
 
34
+ iface.launch(queue=True, show_error=True,share=True)