Update app.py
Browse files
app.py
CHANGED
|
@@ -150,7 +150,7 @@ h1#title {
|
|
| 150 |
text-align: center;
|
| 151 |
}
|
| 152 |
'''
|
| 153 |
-
demo = gr.Blocks(
|
| 154 |
|
| 155 |
with demo:
|
| 156 |
gr.Markdown(title)
|
|
@@ -200,4 +200,4 @@ with demo:
|
|
| 200 |
gr.Markdown("")
|
| 201 |
|
| 202 |
|
| 203 |
-
demo.launch(debug=True,enable_queue=True)
|
|
|
|
| 150 |
text-align: center;
|
| 151 |
}
|
| 152 |
'''
|
| 153 |
+
demo = gr.Blocks()
|
| 154 |
|
| 155 |
with demo:
|
| 156 |
gr.Markdown(title)
|
|
|
|
| 200 |
gr.Markdown("")
|
| 201 |
|
| 202 |
|
| 203 |
+
demo.launch(debug=True, enable_queue=True, css=css)
|