Spaces:
Runtime error
Runtime error
Update app.py
Browse files
app.py
CHANGED
@@ -126,7 +126,12 @@ iface = gr.ChatInterface(
|
|
126 |
-- The Model tries to answer the Query based on TS, GTR & Specific Requirements. \n\n
|
127 |
-- For precise reply, please input `Specific Keywords` in your Query. \n\n """,
|
128 |
concurrency_limit = None,
|
129 |
-
examples = ["What should be the GIB height outside the GIS hall ?",
|
|
|
|
|
|
|
|
|
|
|
130 |
theme=gr.themes.Base(),
|
131 |
)
|
132 |
|
|
|
126 |
-- The Model tries to answer the Query based on TS, GTR & Specific Requirements. \n\n
|
127 |
-- For precise reply, please input `Specific Keywords` in your Query. \n\n """,
|
128 |
concurrency_limit = None,
|
129 |
+
examples = ["What should be the GIB height outside the GIS hall ?",
|
130 |
+
"Tell me about specifications of XLPE POWER Cables.",
|
131 |
+
"Elaborate on Hooters in Fire Annunciation Panels",
|
132 |
+
"What do you know about gantries for Terminal/Line Take off arrangement.",
|
133 |
+
"Explain about STATCOM Station Ratings",
|
134 |
+
"Briefly describe about Buchholz Relay and Windings of 765kV ICT" ],
|
135 |
theme=gr.themes.Base(),
|
136 |
)
|
137 |
|