Spaces:
Sleeping
Sleeping
Update app.py
Browse files
app.py
CHANGED
@@ -13,7 +13,7 @@ def infer(prompt, guidance_scale, num_inference_steps):
|
|
13 |
|
14 |
|
15 |
with gr.Blocks() as demo:
|
16 |
-
gr.Markdown("
|
17 |
|
18 |
with gr.Row():
|
19 |
prompt = gr.Textbox(label="Prompt", placeholder="Enter your prompt here...", lines=2)
|
|
|
13 |
|
14 |
|
15 |
with gr.Blocks() as demo:
|
16 |
+
gr.Markdown("π Hyper-Sketch")
|
17 |
|
18 |
with gr.Row():
|
19 |
prompt = gr.Textbox(label="Prompt", placeholder="Enter your prompt here...", lines=2)
|