Spaces:
Paused
Paused
Commit
·
865d081
1
Parent(s):
960741b
Update app.py
Browse files
app.py
CHANGED
|
@@ -10,6 +10,7 @@ def search_gpt(query):
|
|
| 10 |
iface = gr.Interface(fn=search_gpt,
|
| 11 |
inputs=gr.inputs.Textbox(label="Enter your question here:"),
|
| 12 |
outputs=gr.outputs.Textbox(label="Answer:"),
|
| 13 |
-
title="<a href='https://huggingface.co/spaces/ImagineAI-Real/SearchGPT'>SearchGPT</a>"
|
|
|
|
| 14 |
|
| 15 |
iface.launch()
|
|
|
|
| 10 |
iface = gr.Interface(fn=search_gpt,
|
| 11 |
inputs=gr.inputs.Textbox(label="Enter your question here:"),
|
| 12 |
outputs=gr.outputs.Textbox(label="Answer:"),
|
| 13 |
+
title="<a href='https://huggingface.co/spaces/ImagineAI-Real/SearchGPT'>SearchGPT</a>",
|
| 14 |
+
description="Use at <a href='https://search.splittichost.net/'>https://search.splittichost.net/</a>")
|
| 15 |
|
| 16 |
iface.launch()
|