Update app.py
Browse files
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()
|