Spaces:
Running
Running
Update app.py
Browse files
app.py
CHANGED
@@ -292,7 +292,7 @@ css = """
|
|
292 |
|
293 |
# Gradio interface
|
294 |
with gr.Blocks(theme=theme, css=css) as app:
|
295 |
-
gr.
|
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)
|