Update app.py
Browse files
app.py
CHANGED
@@ -10,7 +10,7 @@ from threading import Thread
|
|
10 |
import emoji
|
11 |
|
12 |
|
13 |
-
text_gen=gr.Interface.load("spaces/
|
14 |
def get_prompts(prompt_text):
|
15 |
return text_gen("photo, " + prompt_text)
|
16 |
proc1=gr.Interface.load("models/dreamlike-art/dreamlike-photoreal-2.0")
|
@@ -122,7 +122,7 @@ with gr.Blocks(css="footer {visibility: hidden}") as demo:
|
|
122 |
|
123 |
with gr.Row():
|
124 |
|
125 |
-
noise_level = gr.Slider(minimum=0.
|
126 |
with gr.Row():
|
127 |
output1=gr.Image(label="Dreamlike-photoreal-2.0",show_label=False)
|
128 |
with gr.Row():
|
|
|
10 |
import emoji
|
11 |
|
12 |
|
13 |
+
text_gen=gr.Interface.load("spaces/trysem/visua")
|
14 |
def get_prompts(prompt_text):
|
15 |
return text_gen("photo, " + prompt_text)
|
16 |
proc1=gr.Interface.load("models/dreamlike-art/dreamlike-photoreal-2.0")
|
|
|
122 |
|
123 |
with gr.Row():
|
124 |
|
125 |
+
noise_level = gr.Slider(minimum=0.1, maximum=3, step=0.1, label="Noise Level")
|
126 |
with gr.Row():
|
127 |
output1=gr.Image(label="Dreamlike-photoreal-2.0",show_label=False)
|
128 |
with gr.Row():
|