Spaces:
Runtime error
Runtime error
Update app.py
Browse files
app.py
CHANGED
|
@@ -85,6 +85,6 @@ def context_gpt_response(question):
|
|
| 85 |
|
| 86 |
import gradio as gr
|
| 87 |
|
| 88 |
-
iface = gr.Interface(fn=context_gpt_response, inputs="text", outputs="text",title="Qualia Research Institute GPTbot", description="Ask any question and get QRI specific answers!")
|
| 89 |
iface.launch()
|
| 90 |
|
|
|
|
| 85 |
|
| 86 |
import gradio as gr
|
| 87 |
|
| 88 |
+
iface = gr.Interface(fn=context_gpt_response, inputs="text", outputs="text",title="Qualia Research Institute GPTbot", description="Ask any question and get QRI specific answers!", examples=[["What is QRI?"], ["What is the Symmetry Theory of Valence?"], ["Explain Logarithmic scales of pain and pleasure"]])
|
| 89 |
iface.launch()
|
| 90 |
|