Spaces:
Runtime error
Runtime error
Update app.py
Browse files
app.py
CHANGED
@@ -118,7 +118,7 @@ description = """<img style="float: left; margin-right: 20px; " src="https://hu
|
|
118 |
</span>
|
119 |
"""
|
120 |
|
121 |
-
demo = gr.Blocks(theme=gr.themes.
|
122 |
|
123 |
with demo:
|
124 |
gr.HTML(description)
|
@@ -142,4 +142,4 @@ with demo:
|
|
142 |
|
143 |
|
144 |
|
145 |
-
demo.launch(share=False, debug=True)
|
|
|
118 |
</span>
|
119 |
"""
|
120 |
|
121 |
+
demo = gr.Blocks(theme=gr.themes.Soft())
|
122 |
|
123 |
with demo:
|
124 |
gr.HTML(description)
|
|
|
142 |
|
143 |
|
144 |
|
145 |
+
demo.launch(share=False, debug=True)
|