mandyvarel commited on
Commit
c73eb48
·
1 Parent(s): 607e813

Update app.py

Browse files
Files changed (1) hide show
  1. app.py +2 -2
app.py CHANGED
@@ -74,7 +74,7 @@ demo = gradio.Interface(
74
  title="Recipe Cleaner"
75
  )
76
 
77
- # demo.launch()
78
- demo.launch(share=True)
79
 
80
 
 
74
  title="Recipe Cleaner"
75
  )
76
 
77
+ demo.launch()
78
+ # demo.launch(share=True)
79
 
80