Hugging Face
Models
Datasets
Spaces
Posts
Docs
Enterprise
Pricing
Log In
Sign Up
Spaces:
AndrewRWilliams
/
qa_gen
like
0
Runtime error
App
Files
Files
Community
Fetching metadata from the HF Docker repository...
AndrewRWilliams
commited on
Jan 24, 2023
Commit
4c9a5c3
·
1 Parent(s):
a39de4a
Update app.py
Browse files
Files changed (1)
hide
show
app.py
+1
-1
app.py
CHANGED
Viewed
@@ -48,4 +48,4 @@ with gr.Blocks() as demo:
48
)
49
50
if __name__ == "__main__":
51
-
demo.launch(debug=True)
48
)
49
50
if __name__ == "__main__":
51
+
demo.launch(debug=True
, auth=("admin", "pass1234"
)
)