Update app.py
Browse files
app.py
CHANGED
@@ -36,7 +36,7 @@ def start():
|
|
36 |
def op():
|
37 |
return ""
|
38 |
|
39 |
-
demo = gr.Interface(fn=
|
40 |
|
41 |
demo.launch(share=True)
|
42 |
|
|
|
36 |
def op():
|
37 |
return ""
|
38 |
|
39 |
+
demo = gr.Interface(fn=op, outputs="textbox")
|
40 |
|
41 |
demo.launch(share=True)
|
42 |
|