Spaces:
Runtime error
Runtime error
Update app.py
Browse files
app.py
CHANGED
@@ -329,8 +329,8 @@ interface = gr.Interface(
|
|
329 |
description="Enter text or speak into your microphone to have your text analyzed!",
|
330 |
|
331 |
rounded=True,
|
332 |
-
container=True
|
333 |
-
examples=example_data,
|
334 |
-
examples_per_page = 3
|
335 |
|
336 |
-
|
|
|
|
|
|
329 |
description="Enter text or speak into your microphone to have your text analyzed!",
|
330 |
|
331 |
rounded=True,
|
332 |
+
container=True
|
|
|
|
|
333 |
|
334 |
+
|
335 |
+
|
336 |
+
).launch()
|