ιεθ³
commited on
Commit
β’
4f31d00
1
Parent(s):
c54eb17
change gradio launch to meet hf space
Browse files
app.py
CHANGED
@@ -238,4 +238,5 @@ with gr.Blocks() as demo:
|
|
238 |
# }
|
239 |
# """,
|
240 |
# )
|
241 |
-
|
|
|
|
238 |
# }
|
239 |
# """,
|
240 |
# )
|
241 |
+
if __name__ == "__main__":
|
242 |
+
demo.queue().launch()
|