prafullcodes commited on
Commit
1efee0c
·
1 Parent(s): 6a8c601

Update app.py

Browse files
Files changed (1) hide show
  1. app.py +1 -1
app.py CHANGED
@@ -154,4 +154,4 @@ def greet_user(name):
154
  return image_output_class
155
 
156
  app = gd.Interface(fn = greet_user, inputs='image', outputs='text')
157
- app.launch(debug=True)
 
154
  return image_output_class
155
 
156
  app = gd.Interface(fn = greet_user, inputs='image', outputs='text')
157
+ app.launch(share=True)