Update app.py
Browse files
app.py
CHANGED
@@ -132,6 +132,7 @@ with gr.Blocks(fill_height=True, css=css) as demo:
|
|
132 |
cache_examples=False,
|
133 |
)
|
134 |
|
135 |
-
|
|
|
136 |
if __name__ == "__main__":
|
137 |
demo.launch()
|
|
|
132 |
cache_examples=False,
|
133 |
)
|
134 |
|
135 |
+
|
136 |
+
|
137 |
if __name__ == "__main__":
|
138 |
demo.launch()
|