mpolanco commited on
Commit
64176b1
1 Parent(s): ac26a06

Update app.py

Browse files
Files changed (1) hide show
  1. app.py +1 -1
app.py CHANGED
@@ -9,4 +9,4 @@ interface = gr.Interface.load("huggingface/lewtun/distilgpt2-finetuned-shakespea
9
  description=description,
10
  examples=[["HAMLET: To be or not to be"]]
11
  )
12
- interface.launch()
 
9
  description=description,
10
  examples=[["HAMLET: To be or not to be"]]
11
  )
12
+ interface.launch(share=True)