Spaces:
Sleeping
Sleeping
Commit
·
7286aab
1
Parent(s):
726ccef
removed share=True
Browse files
app.py
CHANGED
|
@@ -71,7 +71,7 @@ def main(
|
|
| 71 |
],
|
| 72 |
title="Magicoder",
|
| 73 |
description="This is a LLM playground for Magicoder! Follow us on Github: https://github.com/ise-uiuc/magicoder and Huggingface: https://huggingface.co/ise-uiuc."
|
| 74 |
-
).queue().launch(
|
| 75 |
|
| 76 |
if __name__ == "__main__":
|
| 77 |
fire.Fire(main)
|
|
|
|
| 71 |
],
|
| 72 |
title="Magicoder",
|
| 73 |
description="This is a LLM playground for Magicoder! Follow us on Github: https://github.com/ise-uiuc/magicoder and Huggingface: https://huggingface.co/ise-uiuc."
|
| 74 |
+
).queue().launch()
|
| 75 |
|
| 76 |
if __name__ == "__main__":
|
| 77 |
fire.Fire(main)
|