MatteoScript commited on
Commit
de79f12
·
1 Parent(s): 94d331f

Update app.py

Browse files
Files changed (1) hide show
  1. app.py +1 -1
app.py CHANGED
@@ -67,4 +67,4 @@ demo = gr.ChatInterface(fn=generate,
67
  clear_btn="Cancella"
68
  )
69
 
70
- demo.queue().launch(show_api=True)
 
67
  clear_btn="Cancella"
68
  )
69
 
70
+ demo.queue().launch(show_api=True, share=True)