Spaces:
Sleeping
Sleeping
Update app.py
Browse files
app.py
CHANGED
|
@@ -9,7 +9,7 @@ that punch way above their weight. No bloat. No nonsense.
|
|
| 9 |
*Just models that work — on your laptop, your phone, or your API.*
|
| 10 |
"""
|
| 11 |
|
| 12 |
-
|
| 13 |
BUTTON_STYLE = """
|
| 14 |
<style>
|
| 15 |
.custom-button {
|
|
@@ -63,8 +63,8 @@ with gr.Blocks(css="style.css", theme=gr.themes.Soft()) as app:
|
|
| 63 |
gr.Markdown(f"## {COMMUNITY_NAME}")
|
| 64 |
gr.Markdown(DESCRIPTION, elem_classes="desc-text")
|
| 65 |
|
| 66 |
-
|
| 67 |
create_buttons()
|
| 68 |
|
| 69 |
-
|
| 70 |
app.launch(server_name="0.0.0.0", server_port=7860)
|
|
|
|
| 9 |
*Just models that work — on your laptop, your phone, or your API.*
|
| 10 |
"""
|
| 11 |
|
| 12 |
+
|
| 13 |
BUTTON_STYLE = """
|
| 14 |
<style>
|
| 15 |
.custom-button {
|
|
|
|
| 63 |
gr.Markdown(f"## {COMMUNITY_NAME}")
|
| 64 |
gr.Markdown(DESCRIPTION, elem_classes="desc-text")
|
| 65 |
|
| 66 |
+
|
| 67 |
create_buttons()
|
| 68 |
|
| 69 |
+
|
| 70 |
app.launch(server_name="0.0.0.0", server_port=7860)
|