RobPruzan commited on
Commit
b71cdd2
1 Parent(s): 2664271

Update app.py

Browse files
Files changed (1) hide show
  1. app.py +4 -4
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
- ).launch(debug=True)
 
 
 
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()