Spaces:
Running
Running
SerdarHelli
commited on
Commit
•
681d682
1
Parent(s):
a87d02f
Update app.py
Browse files
app.py
CHANGED
@@ -152,7 +152,7 @@ with gr.Blocks() as demo:
|
|
152 |
gr.Markdown(markdown)
|
153 |
with gr.Row():
|
154 |
seed = gr.Slider( minimum=0, maximum=2**16,label='Seed')
|
155 |
-
model_name=gr.Dropdown(choices=["Car","Airplane"],label="Choose Model Type")
|
156 |
trunc_psi = gr.Slider( minimum=0, maximum=2,label='Truncate PSI')
|
157 |
|
158 |
btn = gr.Button(value="Generate")
|
|
|
152 |
gr.Markdown(markdown)
|
153 |
with gr.Row():
|
154 |
seed = gr.Slider( minimum=0, maximum=2**16,label='Seed')
|
155 |
+
model_name=gr.Dropdown(choices=["Car","Airplane","Chair","Rifle","Table"],label="Choose Model Type")
|
156 |
trunc_psi = gr.Slider( minimum=0, maximum=2,label='Truncate PSI')
|
157 |
|
158 |
btn = gr.Button(value="Generate")
|