pratikshahp commited on
Commit
3e4f277
Β·
verified Β·
1 Parent(s): 6342689

Update app.py

Browse files
Files changed (1) hide show
  1. app.py +2 -3
app.py CHANGED
@@ -67,8 +67,7 @@ iface = gr.Interface(
67
  gr.Textbox(label="Compliment")
68
  ],
69
  title="Compliment Bot πŸ’–",
70
- description="Upload your headshot and get a personalized compliment!",
71
- share=True
72
  )
73
 
74
- iface.launch()
 
67
  gr.Textbox(label="Compliment")
68
  ],
69
  title="Compliment Bot πŸ’–",
70
+ description="Upload your headshot and get a personalized compliment!"
 
71
  )
72
 
73
+ iface.launch(share=True)