MisterAI commited on
Commit
22cf6a9
·
verified ·
1 Parent(s): 1b74ede

Update app.py

Browse files
Files changed (1) hide show
  1. app.py +1 -1
app.py CHANGED
@@ -207,7 +207,7 @@ with gr.Blocks(theme=gr.themes.Glass()) as demo:
207
  )
208
 
209
  if __name__ == "__main__":
210
- demo.launch()
211
 
212
 
213
 
 
207
  )
208
 
209
  if __name__ == "__main__":
210
+ demo.launch(pwa=True)
211
 
212
 
213