Spaces:
Sleeping
Sleeping
seriouspark
commited on
Commit
β’
e38fd70
1
Parent(s):
b70a00f
add share parameter and put interface
Browse files
app.py
CHANGED
@@ -8,4 +8,5 @@ iface = gr.Interface(
|
|
8 |
fn=greet,
|
9 |
inputs = gr.inputs.Textbox(lines=2, placeholder= 'λΉμ μ κΈμ λ£μ΄λ³΄μΈμ'),
|
10 |
outputs = gr.outputs.Textbox(lines=10, placeholder = 'κΈ μμ μλ 무μμμ μ°Ύμλ립λλ€.')
|
|
|
11 |
iface.launch(share =True)
|
|
|
8 |
fn=greet,
|
9 |
inputs = gr.inputs.Textbox(lines=2, placeholder= 'λΉμ μ κΈμ λ£μ΄λ³΄μΈμ'),
|
10 |
outputs = gr.outputs.Textbox(lines=10, placeholder = 'κΈ μμ μλ 무μμμ μ°Ύμλ립λλ€.')
|
11 |
+
)
|
12 |
iface.launch(share =True)
|