Spaces:
Sleeping
Sleeping
Commit ·
b979283
1
Parent(s): b520b6b
:clown_face: come on bro
Browse files- gradio-groq-chatbot.py +1 -0
gradio-groq-chatbot.py
CHANGED
|
@@ -124,6 +124,7 @@ if __name__ == "__main__":
|
|
| 124 |
demo.launch(
|
| 125 |
auth=("DigitalChild", "IhateBroccoli123"),
|
| 126 |
ssr_mode=False,
|
|
|
|
| 127 |
)
|
| 128 |
|
| 129 |
|
|
|
|
| 124 |
demo.launch(
|
| 125 |
auth=("DigitalChild", "IhateBroccoli123"),
|
| 126 |
ssr_mode=False,
|
| 127 |
+
share=True,
|
| 128 |
)
|
| 129 |
|
| 130 |
|