seongbeenheo commited on
Commit
a902205
1 Parent(s): 202a7ed

Update app.py

Browse files
Files changed (1) hide show
  1. app.py +1 -1
app.py CHANGED
@@ -11,4 +11,4 @@ demo = gr.Interface.from_pipeline(pipe)
11
  #gradio라는 라이브러리에 정의되어있는 Interface를 만들자
12
  #뭐로부터 만드냐면 pipe로부터
13
  #UI > User Interface
14
- demo.launch(share=True) #실행
 
11
  #gradio라는 라이브러리에 정의되어있는 Interface를 만들자
12
  #뭐로부터 만드냐면 pipe로부터
13
  #UI > User Interface
14
+ demo.launch() #실행