remove share parameter
Browse files
app.py
CHANGED
@@ -107,9 +107,10 @@ with gr.Blocks() as demo:
|
|
107 |
gr.HTML(
|
108 |
"""
|
109 |
<h6><a href="https://harpomaxx.github.io/"> harpomaxx </a></h6>
|
|
|
110 |
"""
|
111 |
)
|
112 |
|
113 |
if __name__ == "__main__":
|
114 |
#demo.launch(share=True)
|
115 |
-
demo.queue().launch(
|
|
|
107 |
gr.HTML(
|
108 |
"""
|
109 |
<h6><a href="https://harpomaxx.github.io/"> harpomaxx </a></h6>
|
110 |
+
<h6> This space is running on CPU. So it gonna be very slow!!!! </h6>
|
111 |
"""
|
112 |
)
|
113 |
|
114 |
if __name__ == "__main__":
|
115 |
#demo.launch(share=True)
|
116 |
+
demo.queue().launch()
|