Spaces:
Runtime error
Runtime error
Update app.py
Browse files
app.py
CHANGED
|
@@ -48,6 +48,6 @@ def interactive_search(query):
|
|
| 48 |
iface = gr.Interface(interactive_search,
|
| 49 |
inputs="text",
|
| 50 |
outputs="text",
|
| 51 |
-
title="
|
| 52 |
description="Enter a query.")
|
| 53 |
iface.launch()
|
|
|
|
| 48 |
iface = gr.Interface(interactive_search,
|
| 49 |
inputs="text",
|
| 50 |
outputs="text",
|
| 51 |
+
title="text generator",
|
| 52 |
description="Enter a query.")
|
| 53 |
iface.launch()
|