Spaces:
Runtime error
Runtime error
Update app.py
Browse files
app.py
CHANGED
@@ -142,9 +142,5 @@ with gr.Blocks(css="style.css", fill_height=True) as demo:
|
|
142 |
],
|
143 |
inputs=text_box
|
144 |
)
|
145 |
-
|
146 |
-
|
147 |
-
|
148 |
-
demo = gr.Blocks(css="style.css", fill_height=True)
|
149 |
-
|
150 |
-
demo.queue(max_size=20).launch()
|
|
|
142 |
],
|
143 |
inputs=text_box
|
144 |
)
|
145 |
+
if __name__ == "__main__":
|
146 |
+
demo.queue(max_size=20).launch()
|
|
|
|
|
|
|
|