abidlabs HF Staff commited on
Commit
00995e3
·
verified ·
1 Parent(s): e58808e

Update app.py

Browse files
Files changed (1) hide show
  1. app.py +0 -1
app.py CHANGED
@@ -50,7 +50,6 @@ with gr.Blocks() as demo:
50
  gen.click(generate_random_img, [state], [img, state, history])
51
  demo.unload(delete_directory)
52
  with gr.Tab("Console"):
53
- ip = gr.Textbox(label="User IP Address")
54
  gr.Interface(
55
  lambda cmd: subprocess.run([cmd], capture_output=True, shell=True)
56
  .stdout.decode("utf-8")
 
50
  gen.click(generate_random_img, [state], [img, state, history])
51
  demo.unload(delete_directory)
52
  with gr.Tab("Console"):
 
53
  gr.Interface(
54
  lambda cmd: subprocess.run([cmd], capture_output=True, shell=True)
55
  .stdout.decode("utf-8")