Spaces:
Runtime error
Runtime error
Commit
·
2e5e2c7
1
Parent(s):
39c05ba
added custom headings
Browse files
app.py
CHANGED
@@ -51,6 +51,16 @@ def mingle_prompts(first_prompt, second_prompt):
|
|
51 |
|
52 |
|
53 |
with gr.Blocks() as demo:
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
54 |
gr.Markdown(
|
55 |
'''
|
56 |
<p style="text-align: center;">generated an image as an average of 2 prompts inserted !!</p>
|
|
|
51 |
|
52 |
|
53 |
with gr.Blocks() as demo:
|
54 |
+
gr.Markdown(
|
55 |
+
'''
|
56 |
+
<h1 style="text-align: center;"> Fashion Generator GAN</h1>
|
57 |
+
''')
|
58 |
+
|
59 |
+
gr.Markdown(
|
60 |
+
'''
|
61 |
+
<p style="text-align: center;"> Note : the gan is extremely resource extensive, so it running the inference on cpu takes long time . kindly wait patiently while the model generates the output. </p>
|
62 |
+
''')
|
63 |
+
|
64 |
gr.Markdown(
|
65 |
'''
|
66 |
<p style="text-align: center;">generated an image as an average of 2 prompts inserted !!</p>
|