Ashish Reddy commited on
Commit
a6be05a
·
1 Parent(s): d00fb47

Rename deploy.py to app.py

Browse files
Files changed (2) hide show
  1. .DS_Store +0 -0
  2. deploy.py → app.py +1 -1
.DS_Store DELETED
Binary file (6.15 kB)
 
deploy.py → app.py RENAMED
@@ -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(share=True)
 
30
  description="A tiny GPT model trained on Shakespeare. Try your luck by giving it a prompt!"
31
  )
32
 
33
+ iface.launch()