Spaces:
Runtime error
Runtime error
RamAnanth1
commited on
Commit
·
0669cea
1
Parent(s):
58b014c
Update app_hough.py
Browse files- app_hough.py +2 -2
app_hough.py
CHANGED
@@ -6,7 +6,7 @@ import gradio as gr
|
|
6 |
def create_demo(process, max_images=12, default_num_images=3):
|
7 |
with gr.Blocks() as demo:
|
8 |
with gr.Row():
|
9 |
-
gr.Markdown('### Use a photo of your room and reimagine it with different styles')
|
10 |
with gr.Row():
|
11 |
with gr.Column():
|
12 |
input_image = gr.Image(source='upload', type='numpy')
|
@@ -97,7 +97,7 @@ def create_demo(process, max_images=12, default_num_images=3):
|
|
97 |
512,
|
98 |
20,
|
99 |
9.0,
|
100 |
-
|
101 |
0.1,
|
102 |
0.1,
|
103 |
]],
|
|
|
6 |
def create_demo(process, max_images=12, default_num_images=3):
|
7 |
with gr.Blocks() as demo:
|
8 |
with gr.Row():
|
9 |
+
gr.Markdown('### Use a photo of your room and reimagine it with different styles with the power of ControlNet')
|
10 |
with gr.Row():
|
11 |
with gr.Column():
|
12 |
input_image = gr.Image(source='upload', type='numpy')
|
|
|
97 |
512,
|
98 |
20,
|
99 |
9.0,
|
100 |
+
-1,
|
101 |
0.1,
|
102 |
0.1,
|
103 |
]],
|