PinoCorgi commited on
Commit
fbf49f6
1 Parent(s): 98dbfb1

Update app.py

Browse files
Files changed (1) hide show
  1. app.py +1 -1
app.py CHANGED
@@ -41,7 +41,7 @@ textbox2 = gr.Textbox()
41
 
42
  if __name__ == "__main__":
43
  with gr.Blocks() as demo:
44
- gr.TextBox("The Inference Takes about 1 min 30 seconds")
45
  gr.Interface(fn = generate_text, inputs = textbox1, outputs = textbox2)
46
  with gr.Row():
47
  gr.Image(value = "code.jpg")
 
41
 
42
  if __name__ == "__main__":
43
  with gr.Blocks() as demo:
44
+ gr.Textbox("The Inference Takes about 1 min 30 seconds")
45
  gr.Interface(fn = generate_text, inputs = textbox1, outputs = textbox2)
46
  with gr.Row():
47
  gr.Image(value = "code.jpg")