Update app.py
Browse files
app.py
CHANGED
@@ -96,7 +96,7 @@ examples = [
|
|
96 |
|
97 |
# Gradio Interface
|
98 |
|
99 |
-
with gr.Blocks(
|
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():
|
@@ -186,4 +186,4 @@ with gr.Blocks(css=CSS, js=JS, theme="nevreal/blues") as demo:
|
|
186 |
)
|
187 |
|
188 |
if __name__ == "__main__":
|
189 |
-
demo.queue(api_open=False).launch(show_api=False
|
|
|
96 |
|
97 |
# Gradio Interface
|
98 |
|
99 |
+
with gr.Blocks(theme="nevreal/blues") 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():
|
|
|
186 |
)
|
187 |
|
188 |
if __name__ == "__main__":
|
189 |
+
demo.queue(api_open=False).launch(show_api=False)
|