GeorgHCundK
commited on
Commit
•
ec04ce5
1
Parent(s):
b190566
fix formatting
Browse files
app.py
CHANGED
@@ -77,4 +77,4 @@ with gr.Blocks(css=".gradio-container { max-width: 400px; margin: auto; }") as i
|
|
77 |
text_input.submit(fn=classify_text, inputs=text_input, outputs=result_output)
|
78 |
|
79 |
# Launch the interface
|
80 |
-
interface.launch()
|
|
|
77 |
text_input.submit(fn=classify_text, inputs=text_input, outputs=result_output)
|
78 |
|
79 |
# Launch the interface
|
80 |
+
interface.launch()
|