RobPruzan commited on
Commit
2801f34
1 Parent(s): 004e984

Update app.py

Browse files
Files changed (1) hide show
  1. app.py +2 -2
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=[["Testing to see if examples work"], ['testing again']]
334
 
335
 
336
  ).launch()
 
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()