Spaces:
Runtime error
Runtime error
Update app.py
Browse files
app.py
CHANGED
|
@@ -96,7 +96,7 @@ examples = [
|
|
| 96 |
|
| 97 |
# Gradio Interface
|
| 98 |
|
| 99 |
-
with gr.Blocks(css=CSS, js=JS, theme="
|
| 100 |
gr.HTML("<h1><center>Flux Lab Light</center></h1>")
|
| 101 |
gr.HTML("<p><center>Powered By HF Inference API</center></p>")
|
| 102 |
with gr.Row():
|
|
|
|
| 96 |
|
| 97 |
# Gradio Interface
|
| 98 |
|
| 99 |
+
with gr.Blocks(css=CSS, js=JS, theme="ocean") as demo:
|
| 100 |
gr.HTML("<h1><center>Flux Lab Light</center></h1>")
|
| 101 |
gr.HTML("<p><center>Powered By HF Inference API</center></p>")
|
| 102 |
with gr.Row():
|