mrfakename commited on
Commit
3bdd0ba
1 Parent(s): 85e720f

Update app.py

Browse files
Files changed (1) hide show
  1. app.py +3 -1
app.py CHANGED
@@ -33,7 +33,9 @@ def generate_text(text, temperature, maxLen):
33
  yield t
34
  with gr.Blocks(css="footer{display:none !important}", theme=theme) as demo:
35
  gr.Markdown("""
36
- # (Unofficial) Demo of Microsoft's Phi-2
 
 
37
 
38
  Not affiliated with Microsoft!
39
 
 
33
  yield t
34
  with gr.Blocks(css="footer{display:none !important}", theme=theme) as demo:
35
  gr.Markdown("""
36
+ # (Unofficial) Demo of Microsoft's Phi-2 on GPU
37
+
38
+ ## Skip the queue. Try Phi-2 quickly on a GPU, without the wait!
39
 
40
  Not affiliated with Microsoft!
41