Spaces:
Sleeping
Sleeping
update
Browse files
app.py
CHANGED
@@ -49,7 +49,7 @@ ReVersion
|
|
49 |
DETAILDESCRIPTION='''
|
50 |
ReVersion: <R> represents the learned text token for a relation. Use <R> in your prompt for relation-specific generation.
|
51 |
<center>
|
52 |
-
<img src="teaser.jpg" width="600" align="center">
|
53 |
</center>
|
54 |
'''
|
55 |
# DETAILDESCRIPTION='''
|
@@ -109,7 +109,7 @@ def create_inference_demo(func: inference_fn) -> gr.Blocks:
|
|
109 |
with gr.Row():
|
110 |
with gr.Column():
|
111 |
model_id = gr.Dropdown(
|
112 |
-
choices=['painted_on'],
|
113 |
value='painted_on',
|
114 |
label='Relation',
|
115 |
visible=True)
|
|
|
49 |
DETAILDESCRIPTION='''
|
50 |
ReVersion: <R> represents the learned text token for a relation. Use <R> in your prompt for relation-specific generation.
|
51 |
<center>
|
52 |
+
<img src="https://huggingface.co/spaces/Ziqi/ReVersion/blob/main/teaser.jpg" width="600" align="center">
|
53 |
</center>
|
54 |
'''
|
55 |
# DETAILDESCRIPTION='''
|
|
|
109 |
with gr.Row():
|
110 |
with gr.Column():
|
111 |
model_id = gr.Dropdown(
|
112 |
+
choices=['painted_on', 'carved_by', 'inside'],
|
113 |
value='painted_on',
|
114 |
label='Relation',
|
115 |
visible=True)
|