Spaces:
Runtime error
Runtime error
AchyuthGamer
commited on
Commit
•
1229fae
1
Parent(s):
e6b6a96
Update app.py
Browse files
app.py
CHANGED
@@ -15,7 +15,7 @@ def get_prompts(prompt_text):
|
|
15 |
return text_gen(prompt_text + " realistic, 8k, cyberpunk, highly detailed, ultra super realism, realism, high graphics")
|
16 |
else:
|
17 |
return text_gen("")
|
18 |
-
proc1=gr.Interface.load("models/
|
19 |
|
20 |
def restart_script_periodically():
|
21 |
while True:
|
@@ -211,7 +211,7 @@ with gr.Blocks(css='style.css') as demo:
|
|
211 |
gr.HTML(
|
212 |
"""
|
213 |
<div class="footer">
|
214 |
-
<p> Demo for <a href="https://huggingface.co/AchyuthGamer/ImMagician">
|
215 |
</p>
|
216 |
</div>
|
217 |
<div class="acknowledgments" style="font-size: 115%; color: #ffffff;">
|
|
|
15 |
return text_gen(prompt_text + " realistic, 8k, cyberpunk, highly detailed, ultra super realism, realism, high graphics")
|
16 |
else:
|
17 |
return text_gen("")
|
18 |
+
proc1=gr.Interface.load("models/Yntec/photoMovieX")
|
19 |
|
20 |
def restart_script_periodically():
|
21 |
while True:
|
|
|
211 |
gr.HTML(
|
212 |
"""
|
213 |
<div class="footer">
|
214 |
+
<p> Demo for <a href="https://huggingface.co/AchyuthGamer/ImMagician">ImMagician🪄</a> Stable Diffusion model
|
215 |
</p>
|
216 |
</div>
|
217 |
<div class="acknowledgments" style="font-size: 115%; color: #ffffff;">
|