asmashayea commited on
Commit
2dd07d2
·
1 Parent(s): d472db4
Files changed (1) hide show
  1. app.py +1 -1
app.py CHANGED
@@ -23,5 +23,5 @@ demo = gr.Interface(
23
  )
24
 
25
  if __name__ == "__main__":
26
- demo.launch() # ← no clear_button here
27
 
 
23
  )
24
 
25
  if __name__ == "__main__":
26
+ demo.launch(share=True)
27