tiennguyenbnbk
commited on
Commit
•
51ed77a
1
Parent(s):
ccd82b1
Update app.py
Browse files
app.py
CHANGED
@@ -118,4 +118,4 @@ with gr.Blocks() as demo:
|
|
118 |
greet_btn.click(gen, inputs=[*attitude_components, *knowleadge_components, *skill_components, *interaction_components], outputs=[attitude_output, knowleadge_output, skill_output, interaction_output])
|
119 |
|
120 |
if __name__ == "__main__":
|
121 |
-
demo.launch(
|
|
|
118 |
greet_btn.click(gen, inputs=[*attitude_components, *knowleadge_components, *skill_components, *interaction_components], outputs=[attitude_output, knowleadge_output, skill_output, interaction_output])
|
119 |
|
120 |
if __name__ == "__main__":
|
121 |
+
demo.launch(auth=(os.getenv('username'), os.getenv('password')))
|