Spaces:
Sleeping
Sleeping
imperialwool
commited on
Commit
•
a526b93
1
Parent(s):
40e3da3
Update gradio_app.py
Browse files- gradio_app.py +4 -4
gradio_app.py
CHANGED
@@ -82,7 +82,7 @@ demo = gr.Interface(
|
|
82 |
outputs=["text"],
|
83 |
title=title,
|
84 |
description=desc
|
85 |
-
)
|
86 |
-
|
87 |
-
|
88 |
-
|
|
|
82 |
outputs=["text"],
|
83 |
title=title,
|
84 |
description=desc
|
85 |
+
)
|
86 |
+
#demo.queue()
|
87 |
+
print("! LAUNCHING GRADIO !")
|
88 |
+
demo.launch()
|