ucalyptus commited on
Commit
6e8a8b9
1 Parent(s): 53ffbd2

Update app.py

Browse files
Files changed (1) hide show
  1. app.py +0 -3
app.py CHANGED
@@ -67,9 +67,6 @@ iface = gr.Interface(
67
  fn=get_answer,
68
  inputs=["text", "text", "text"],
69
  outputs=["text", "text"],
70
- examples=[
71
- [os.environ["OPENAI_API_KEY"], "https://www.youtube.com/watch?v=xNAm9O_duSA", "Who could be the next Prime Minister ?"]
72
- ],
73
  )
74
 
75
  iface.queue().launch()
 
67
  fn=get_answer,
68
  inputs=["text", "text", "text"],
69
  outputs=["text", "text"],
 
 
 
70
  )
71
 
72
  iface.queue().launch()