Ashish Reddy commited on
Commit
c499460
·
1 Parent(s): 8ea429a
Files changed (1) hide show
  1. app.py +1 -1
app.py CHANGED
@@ -30,4 +30,4 @@ iface = gr.Interface(
30
  description="A tiny GPT model trained on Shakespeare. Try your luck by giving it a prompt!"
31
  )
32
 
33
- iface.launch()
 
30
  description="A tiny GPT model trained on Shakespeare. Try your luck by giving it a prompt!"
31
  )
32
 
33
+ iface.launch(share=True)