Spaces:
Runtime error
Runtime error
mattiashallberg
commited on
gr.load("attuned-ai/TipGeneratorBot-Private"...
Browse files
app.py
CHANGED
@@ -35,6 +35,6 @@ def environ_auth(username, password):
|
|
35 |
else:
|
36 |
return False
|
37 |
|
38 |
-
demo = gr.load("attuned-ai/TipGeneratorBot", src="spaces", hf_token=HF_TOKEN)
|
39 |
demo.queue(max_size=20)
|
40 |
demo.launch(auth=environ_auth).launch()
|
|
|
35 |
else:
|
36 |
return False
|
37 |
|
38 |
+
demo = gr.load("attuned-ai/TipGeneratorBot-Private", src="spaces", hf_token=HF_TOKEN)
|
39 |
demo.queue(max_size=20)
|
40 |
demo.launch(auth=environ_auth).launch()
|