Spaces:
Sleeping
Sleeping
Update app.py
Browse files
app.py
CHANGED
@@ -190,9 +190,9 @@ def index_gpu(images, ds):
|
|
190 |
|
191 |
def get_example():
|
192 |
return [
|
193 |
-
[["utalk.pdf"], "
|
194 |
-
[["textureme.pdf"], "
|
195 |
-
[["railtwin.pdf"], "
|
196 |
]
|
197 |
|
198 |
with gr.Blocks(theme=gr.themes.Glass()) as demo:
|
|
|
190 |
|
191 |
def get_example():
|
192 |
return [
|
193 |
+
[["utalk.pdf"], " Describe each block of the System Architecture"],
|
194 |
+
[["textureme.pdf"], "compare the graphs and suggest improvements to design each"],
|
195 |
+
[["railtwin.pdf"], "What does the usecase figure shows"],
|
196 |
]
|
197 |
|
198 |
with gr.Blocks(theme=gr.themes.Glass()) as demo:
|