DigiP-AI commited on
Commit
1f2135e
·
verified ·
1 Parent(s): c2bfba1

Update app.py

Browse files
Files changed (1) hide show
  1. app.py +1 -1
app.py CHANGED
@@ -292,7 +292,7 @@ css = """
292
 
293
  # Gradio interface
294
  with gr.Blocks(theme=theme, css=css) as app:
295
- gr.Interface(title="🎨 Image Studio")
296
 
297
  with gr.Tab("Image to Prompt"):
298
  subprocess.run('pip install flash-attn --no-build-isolation', env={'FLASH_ATTENTION_SKIP_CUDA_BUILD': "TRUE"}, shell=True)
 
292
 
293
  # Gradio interface
294
  with gr.Blocks(theme=theme, css=css) as app:
295
+ gr.HTML("<center><h6>🎨 Image Studio</h6></center>")
296
 
297
  with gr.Tab("Image to Prompt"):
298
  subprocess.run('pip install flash-attn --no-build-isolation', env={'FLASH_ATTENTION_SKIP_CUDA_BUILD': "TRUE"}, shell=True)