Spaces:
Sleeping
Sleeping
Update app.py
Browse files
app.py
CHANGED
|
@@ -33,6 +33,7 @@ def classificar_artigo(texto):
|
|
| 33 |
return saida
|
| 34 |
|
| 35 |
# Interface Gradio
|
|
|
|
| 36 |
interface = gr.Interface(
|
| 37 |
fn=classificar_artigo,
|
| 38 |
inputs=gr.Textbox(lines=10, label="Digite o conteúdo do artigo"),
|
|
|
|
| 33 |
return saida
|
| 34 |
|
| 35 |
# Interface Gradio
|
| 36 |
+
import gradio as gr
|
| 37 |
interface = gr.Interface(
|
| 38 |
fn=classificar_artigo,
|
| 39 |
inputs=gr.Textbox(lines=10, label="Digite o conteúdo do artigo"),
|