Spaces:
Runtime error
Runtime error
Update app.py
Browse files
app.py
CHANGED
@@ -17,7 +17,7 @@ def get_prompts(prompt_text):
|
|
17 |
return text_gen("photo, " + prompt_text)
|
18 |
else:
|
19 |
return text_gen("")
|
20 |
-
proc1=gr.Interface.load("models/
|
21 |
|
22 |
def restart_script_periodically():
|
23 |
while True:
|
@@ -87,11 +87,11 @@ with gr.Blocks(css='style.css') as demo:
|
|
87 |
<div style="text-align: center; max-width: 650px; margin: 0 auto;">
|
88 |
<div>
|
89 |
<h1 style="font-weight: 900; font-size: 3rem; margin-bottom:20px;">
|
90 |
-
Dreamlike Photoreal 2.0
|
91 |
</h1>
|
92 |
</div>
|
93 |
<p style="margin-bottom: 10px; font-size: 96%">
|
94 |
-
|
95 |
<a href="https://twitter.com/DavidJohnstonxx/">created by Phenomenon1981</a>.
|
96 |
</p>
|
97 |
<p style="margin-bottom: 10px; font-size: 98%">
|
|
|
17 |
return text_gen("photo, " + prompt_text)
|
18 |
else:
|
19 |
return text_gen("")
|
20 |
+
proc1=gr.Interface.load("models/dreamlike-art/dreamlike-photoreal-2.0")
|
21 |
|
22 |
def restart_script_periodically():
|
23 |
while True:
|
|
|
87 |
<div style="text-align: center; max-width: 650px; margin: 0 auto;">
|
88 |
<div>
|
89 |
<h1 style="font-weight: 900; font-size: 3rem; margin-bottom:20px;">
|
90 |
+
梦幻真图模型-Dreamlike Photoreal 2.0
|
91 |
</h1>
|
92 |
</div>
|
93 |
<p style="margin-bottom: 10px; font-size: 96%">
|
94 |
+
噪音水平: 在提示词输入前,调节提示词的变化随机程度。噪音数值越大,两张图的差异越大,反之越小。
|
95 |
<a href="https://twitter.com/DavidJohnstonxx/">created by Phenomenon1981</a>.
|
96 |
</p>
|
97 |
<p style="margin-bottom: 10px; font-size: 98%">
|