Spaces:
Runtime error
Runtime error
Update app.py
Browse files
app.py
CHANGED
@@ -3,4 +3,4 @@ import gradio as gr
|
|
3 |
|
4 |
examples = [["a photo of furnichair-texx in empty room, 8K, virtual staging"]]
|
5 |
|
6 |
-
gr.load("models/jkcg/furniture-chair").launch()
|
|
|
3 |
|
4 |
examples = [["a photo of furnichair-texx in empty room, 8K, virtual staging"]]
|
5 |
|
6 |
+
gr.load("models/jkcg/furniture-chair", examples=examples).launch()
|