npc0 commited on
Commit
054992f
1 Parent(s): 4931548

Update app.py

Browse files
Files changed (1) hide show
  1. app.py +1 -1
app.py CHANGED
@@ -28,7 +28,7 @@ def greet(a, b, c):
28
  return 1
29
 
30
  # demo = gr.Interface(fn=greet, inputs=["textbox", "button"], outputs="text")
31
- demo = gr.Blocks():
32
  with demo:
33
  p = gr.Textbox()
34
  f = gr.Textbox()
 
28
  return 1
29
 
30
  # demo = gr.Interface(fn=greet, inputs=["textbox", "button"], outputs="text")
31
+ demo = gr.Blocks()
32
  with demo:
33
  p = gr.Textbox()
34
  f = gr.Textbox()