Spaces:
Runtime error
Runtime error
Update app.py
Browse files
app.py
CHANGED
|
@@ -145,6 +145,5 @@ if __name__ == "__main__":
|
|
| 145 |
outputs=[text_output, audio_output,MP3_output]
|
| 146 |
)
|
| 147 |
|
| 148 |
-
|
| 149 |
-
|
| 150 |
-
itface.launch()
|
|
|
|
| 145 |
outputs=[text_output, audio_output,MP3_output]
|
| 146 |
)
|
| 147 |
|
| 148 |
+
iface = gr.Interface(fn=count_chars, inputs=text, outputs=char_count, live=True)
|
| 149 |
+
iface.launch()
|
|
|