Spaces:
Sleeping
Sleeping
Update app.py
Browse files
app.py
CHANGED
|
@@ -223,7 +223,7 @@ interface = gr.Interface(
|
|
| 223 |
),
|
| 224 |
examples=[
|
| 225 |
["LabManual_cnn.pdf", "How to setup wired LAN", "A short summary"],
|
| 226 |
-
["house_prices.csv", "What is the average price of houses in Thane"]
|
| 227 |
]
|
| 228 |
)
|
| 229 |
|
|
|
|
| 223 |
),
|
| 224 |
examples=[
|
| 225 |
["LabManual_cnn.pdf", "How to setup wired LAN", "A short summary"],
|
| 226 |
+
["house_prices.csv", "What is the average price of houses in Thane","None"]
|
| 227 |
]
|
| 228 |
)
|
| 229 |
|