Hugging Face
Models
Datasets
Spaces
Posts
Docs
Enterprise
Pricing
Log In
Sign Up
Spaces:
aaqibsaeed
/
TsyXwr8itEOFUTF
like
0
Runtime error
App
Files
Files
Fetching metadata from the HF Docker repository...
aaqibsaeed
commited on
Apr 27, 2024
Commit
e123a03
·
verified
·
1 Parent(s):
6db6710
Update app.py
Browse files
Files changed (1)
hide
show
app.py
+1
-1
app.py
CHANGED
Viewed
@@ -28,4 +28,4 @@ with gr.Blocks(title="Report Generation - EnvisionIO") as demo:
28
)
29
30
if __name__ == "__main__":
31
-
demo.launch(show_api=False)
28
)
29
30
if __name__ == "__main__":
31
+
demo.launch(show_api=False
, auth=(uname, pwd
)
)