Spaces:
Runtime error
Runtime error
erase share
Browse files
app.py
CHANGED
@@ -48,6 +48,6 @@ demo = gr.Interface(
|
|
48 |
fn=inference,
|
49 |
inputs="text",
|
50 |
outputs="text" #return ๊ฐ
|
51 |
-
).launch(
|
52 |
|
53 |
demo.launch()
|
|
|
48 |
fn=inference,
|
49 |
inputs="text",
|
50 |
outputs="text" #return ๊ฐ
|
51 |
+
).launch() # launch(share=True)๋ฅผ ์ค์ ํ๋ฉด ์ธ๋ถ์์ ์ ์ ๊ฐ๋ฅํ ๋งํฌ๊ฐ ์์ฑ๋จ
|
52 |
|
53 |
demo.launch()
|