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
7c35428
·
1 Parent(s):
71c5936
Update app.py
Browse files
Files changed (1)
hide
show
app.py
+1
-1
app.py
CHANGED
Viewed
@@ -54,4 +54,4 @@ with gr.Blocks() as demo:
54
)
55
56
if __name__ == "__main__":
57
-
demo.launch(debug=True
, auth=("admin", "pass1234"
)
)
54
)
55
56
if __name__ == "__main__":
57
+
demo.launch(debug=True)