Update app.py
Browse files
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()
|