Spaces:
Runtime error
Runtime error
add examples
Browse files
app.py
CHANGED
@@ -94,7 +94,10 @@ def inference(prompt):
|
|
94 |
demo = gr.Interface(
|
95 |
fn=inference,
|
96 |
inputs="text",
|
97 |
-
outputs="text" #return ๊ฐ
|
|
|
|
|
|
|
98 |
).launch() # launch(share=True)๋ฅผ ์ค์ ํ๋ฉด ์ธ๋ถ์์ ์ ์ ๊ฐ๋ฅํ ๋งํฌ๊ฐ ์์ฑ๋จ
|
99 |
|
100 |
demo.launch()
|
|
|
94 |
demo = gr.Interface(
|
95 |
fn=inference,
|
96 |
inputs="text",
|
97 |
+
outputs="text", #return ๊ฐ
|
98 |
+
examples=[
|
99 |
+
"์ง๋ํด ๊ตญ๋ด ํด๋์๊ณ ์ต๊ณ ์คํ๋ก ๋ ์ค๋ฅธ ํผ์๋์คํธ ์์ค์ฐฌ์ด ๋ฏธ๊ตญ ๋ฐด ํด๋ผ์ด๋ฒ ๊ตญ์ ์ฝฉ์ฟ ๋ฅด ๊ฒฐ์ ์์ ์ฐ์ฃผํ ๋ผํ๋ง๋๋
ธํ ํผ์๋
ธ ํ์ฃผ๊ณก ์ 3๋ฒ ์์์ด ์ ํ๋ธ์์ ์กฐํ์ 1000๋งํ๋ฅผ ๋๊ฒผ๋ค. ๋ผํ๋ง๋๋
ธํ 3๋ฒ ์ฐ์ฃผ ์์ ์ค ๋จ์ฐ ์ต๊ณ ์กฐํ์๋ค."
|
100 |
+
]
|
101 |
).launch() # launch(share=True)๋ฅผ ์ค์ ํ๋ฉด ์ธ๋ถ์์ ์ ์ ๊ฐ๋ฅํ ๋งํฌ๊ฐ ์์ฑ๋จ
|
102 |
|
103 |
demo.launch()
|