Hugging Face
Models
Datasets
Spaces
Posts
Docs
Enterprise
Pricing
Log In
Sign Up
Spaces:
Duplicated from
MisterAI/GenDoc_04
MisterAI
/
GenDoc_05
like
0
Running
App
Files
Files
Community
Fetching metadata from the HF Docker repository...
MisterAI
commited on
Feb 24
Commit
22cf6a9
·
verified
·
1 Parent(s):
1b74ede
Update app.py
Browse files
Files changed (1)
hide
show
app.py
+1
-1
app.py
CHANGED
Viewed
@@ -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