Spaces:
Build error
Build error
Commit ·
c807b76
1
Parent(s): b1dd89b
Update app.py
Browse files
app.py
CHANGED
|
@@ -43,4 +43,5 @@ def greet(text):
|
|
| 43 |
return pipe(text)[0]['label']
|
| 44 |
|
| 45 |
iface = gr.Interface(fn=greet, inputs=gr.inputs.Textbox(placeholder="Lütfen Cümle Giriniz...", lines=5), outputs="text")
|
|
|
|
| 46 |
iface.launch()
|
|
|
|
| 43 |
return pipe(text)[0]['label']
|
| 44 |
|
| 45 |
iface = gr.Interface(fn=greet, inputs=gr.inputs.Textbox(placeholder="Lütfen Cümle Giriniz...", lines=5), outputs="text")
|
| 46 |
+
|
| 47 |
iface.launch()
|