Spaces:
Running
Running
Update app.py
Browse files
app.py
CHANGED
@@ -61,7 +61,7 @@ article = """
|
|
61 |
|
62 |
#my_theme = gr.Theme.from_hub("bethecloud/storj_theme")
|
63 |
|
64 |
-
my_theme = gr.Theme.from_hub("derekzen/stardust")
|
65 |
|
66 |
|
67 |
app = gr.Interface(
|
@@ -76,9 +76,10 @@ app = gr.Interface(
|
|
76 |
outputs=[gr.Text(label="Compression index")],
|
77 |
title=title,
|
78 |
description=description,
|
79 |
-
article = article
|
|
|
80 |
|
81 |
-
|
82 |
)
|
83 |
|
84 |
app.launch()
|
|
|
61 |
|
62 |
#my_theme = gr.Theme.from_hub("bethecloud/storj_theme")
|
63 |
|
64 |
+
#my_theme = gr.Theme.from_hub("derekzen/stardust")
|
65 |
|
66 |
|
67 |
app = gr.Interface(
|
|
|
76 |
outputs=[gr.Text(label="Compression index")],
|
77 |
title=title,
|
78 |
description=description,
|
79 |
+
article = article
|
80 |
+
#,
|
81 |
|
82 |
+
# theme=my_theme
|
83 |
)
|
84 |
|
85 |
app.launch()
|