dromerosm commited on
Commit
08e28ae
·
1 Parent(s): a14ca86

Update app.py

Browse files
Files changed (1) hide show
  1. app.py +1 -1
app.py CHANGED
@@ -48,7 +48,7 @@ iface = gr.Interface(
48
  ],
49
  outputs=[gr.Textbox(label="Output:"), gr.Textbox(label="Tokens:")],
50
  examples=[["Summarize the following text as a list:","https://blog.google/outreach-initiatives/google-org/our-commitment-on-using-ai-to-accelerate-progress-on-global-development-goals/","",0.3],
51
- ["Extract the main topics of the following text:", "https://ai.googleblog.com/2019/10/quantum-supremacy-using-programmable.html","",0.7]
52
  ]
53
  )
54
 
 
48
  ],
49
  outputs=[gr.Textbox(label="Output:"), gr.Textbox(label="Tokens:")],
50
  examples=[["Summarize the following text as a list:","https://blog.google/outreach-initiatives/google-org/our-commitment-on-using-ai-to-accelerate-progress-on-global-development-goals/","",0.3],
51
+ ["Generate a summary of the following text. Give me an overview of main business impact from the text following this template:\n- Summary:\n- Business Impact:\n- Companies:", "https://ai.googleblog.com/2019/10/quantum-supremacy-using-programmable.html","",0.7]
52
  ]
53
  )
54