Spaces:
Sleeping
Sleeping
Update app.py
Browse files
app.py
CHANGED
|
@@ -41,8 +41,8 @@ def custom_infer(
|
|
| 41 |
# Gradio interface for custom model
|
| 42 |
def custom_model_ui():
|
| 43 |
with gr.Blocks() as custom_demo:
|
| 44 |
-
|
| 45 |
-
gr.Markdown('<p style="font-size: 30px;">Needs a GPU for best performance and it is highly customizable.</p>\n<p style="font-size: 50px; font-weight: bold;">stabilityai/sdxl-turbo</p>', unsafe_allow_html=True)
|
| 46 |
|
| 47 |
|
| 48 |
|
|
|
|
| 41 |
# Gradio interface for custom model
|
| 42 |
def custom_model_ui():
|
| 43 |
with gr.Blocks() as custom_demo:
|
| 44 |
+
gr.Markdown("## Needs a GPU for best performance and it is highly customizable.\n ## stabilityai/sdxl-turbo")
|
| 45 |
+
#gr.Markdown('<p style="font-size: 30px;">Needs a GPU for best performance and it is highly customizable.</p>\n<p style="font-size: 50px; font-weight: bold;">stabilityai/sdxl-turbo</p>', unsafe_allow_html=True)
|
| 46 |
|
| 47 |
|
| 48 |
|