Sourudra commited on
Commit
6b14de2
·
verified ·
1 Parent(s): f088c34

Update app.py

Browse files
Files changed (1) hide show
  1. app.py +2 -1
app.py CHANGED
@@ -41,7 +41,8 @@ def custom_infer(
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
 
46
  with gr.Row():
47
  prompt = gr.Text(label="Prompt")
 
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
+
46
 
47
  with gr.Row():
48
  prompt = gr.Text(label="Prompt")