Spaces:
Runtime error
Runtime error
Update app.py
Browse files
app.py
CHANGED
|
@@ -11,7 +11,7 @@ with gr.Blocks() as demo:
|
|
| 11 |
gr.Markdown(
|
| 12 |
"""
|
| 13 |
# Theme preview: `Instantly_Theme`
|
| 14 |
-
To use this theme, set `theme='Nymbo/
|
| 15 |
You can append an `@` and a semantic version expression, e.g. @>=1.0.0,<2.0.0 to pin to a given version
|
| 16 |
of this theme.
|
| 17 |
"""
|
|
@@ -148,4 +148,4 @@ with gr.Blocks() as demo:
|
|
| 148 |
|
| 149 |
|
| 150 |
if __name__ == "__main__":
|
| 151 |
-
demo.queue().launch(theme='Nymbo/
|
|
|
|
| 11 |
gr.Markdown(
|
| 12 |
"""
|
| 13 |
# Theme preview: `Instantly_Theme`
|
| 14 |
+
To use this theme, set `theme='Nymbo/Instantly_Theme'` in `gr.Blocks()` or `gr.Interface()`.
|
| 15 |
You can append an `@` and a semantic version expression, e.g. @>=1.0.0,<2.0.0 to pin to a given version
|
| 16 |
of this theme.
|
| 17 |
"""
|
|
|
|
| 148 |
|
| 149 |
|
| 150 |
if __name__ == "__main__":
|
| 151 |
+
demo.queue().launch(theme='Nymbo/Instantly_Theme')
|