mikeee commited on
Commit
635ab75
·
1 Parent(s): 211c90f

Update app.py

Browse files
Files changed (1) hide show
  1. app.py +1 -1
app.py CHANGED
@@ -3,7 +3,7 @@
3
  import subprocess as sp
4
  from shlex import split
5
  import gradio as gr
6
-
7
 
8
  def greet(command):
9
  """Probe vm."""
 
3
  import subprocess as sp
4
  from shlex import split
5
  import gradio as gr
6
+ from gradio.seg_text import seg_text
7
 
8
  def greet(command):
9
  """Probe vm."""