Spaces:
Build error
Build error
Commit
·
f4ac0dc
1
Parent(s):
a150ca8
not affiliated with ms
Browse files
app.py
CHANGED
@@ -30,7 +30,9 @@ def generate_text(text, temperature, maxLen):
|
|
30 |
yield t
|
31 |
with gr.Blocks(css="footer{display:none !important}", theme=theme) as demo:
|
32 |
gr.Markdown("""
|
33 |
-
# Phi-2
|
|
|
|
|
34 |
|
35 |
This model is licensed under the [Microsoft Research License](https://huggingface.co/microsoft/phi-2/resolve/main/LICENSE). You may only use it for non-commercial purposes.
|
36 |
|
|
|
30 |
yield t
|
31 |
with gr.Blocks(css="footer{display:none !important}", theme=theme) as demo:
|
32 |
gr.Markdown("""
|
33 |
+
# (Unofficial) Demo of Microsoft's Phi-2
|
34 |
+
|
35 |
+
Not affiliated with Microsoft!
|
36 |
|
37 |
This model is licensed under the [Microsoft Research License](https://huggingface.co/microsoft/phi-2/resolve/main/LICENSE). You may only use it for non-commercial purposes.
|
38 |
|