Spaces:
Runtime error
Runtime error
Update space
Browse files
app.py
CHANGED
@@ -77,7 +77,7 @@ def predict(sentence):
|
|
77 |
return "Saya tidak mengerti pertanyaan Anda."
|
78 |
|
79 |
# Buat interface Gradio
|
80 |
-
iface = gr.Interface(fn=predict, inputs="text", outputs="
|
81 |
|
82 |
# Jalankan interface
|
83 |
iface.launch(share=True)
|
|
|
77 |
return "Saya tidak mengerti pertanyaan Anda."
|
78 |
|
79 |
# Buat interface Gradio
|
80 |
+
iface = gr.Interface(fn=predict, inputs="text", outputs="text", title="Chatbot Hukum Pajak")
|
81 |
|
82 |
# Jalankan interface
|
83 |
iface.launch(share=True)
|