harpomaxx commited on
Commit
6b7edf7
·
1 Parent(s): 2e6586b

remove share parameter

Browse files
Files changed (1) hide show
  1. app.py +2 -1
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(share=True)
 
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()