Spaces:
Runtime error
Runtime error
Update app.py
Browse files
app.py
CHANGED
|
@@ -78,8 +78,8 @@ iface = gr.ChatInterface(
|
|
| 78 |
-- The Model tries to answer the Query based on TS, GTR & Specific Requirements. \n\n
|
| 79 |
-- For precise reply, please input `Specific Keywords` in your Query. \n\n """,
|
| 80 |
concurrency_limit = None,
|
| 81 |
-
|
| 82 |
-
|
| 83 |
)
|
| 84 |
|
| 85 |
iface.launch(share=True, debug=True)
|
|
|
|
| 78 |
-- The Model tries to answer the Query based on TS, GTR & Specific Requirements. \n\n
|
| 79 |
-- For precise reply, please input `Specific Keywords` in your Query. \n\n """,
|
| 80 |
concurrency_limit = None,
|
| 81 |
+
examples = ["What should be the GIB height outside the GIS hall ?", "Tell me about coupling device for Outdoor Mounting." ],
|
| 82 |
+
#theme=gr.themes.Glass(),
|
| 83 |
)
|
| 84 |
|
| 85 |
iface.launch(share=True, debug=True)
|