Spaces:
Sleeping
Sleeping
Update app.py
Browse files
app.py
CHANGED
|
@@ -224,7 +224,8 @@ interface = gr.Interface(
|
|
| 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 |
|
| 230 |
# Launch the Gradio interface
|
|
|
|
| 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 |
+
theme=gr.themes.Soft()
|
| 229 |
)
|
| 230 |
|
| 231 |
# Launch the Gradio interface
|