James Kelly
commited on
Commit
·
782113f
1
Parent(s):
8155451
removed share from launch bc apparently not allowed in spaces
Browse files
app.py
CHANGED
@@ -24,4 +24,4 @@ if __name__ == "__main__":
|
|
24 |
greet_btn = gr.Button("match")
|
25 |
greet_btn.click(fn=ctmatch_web_api, inputs=name, outputs=output, api_name="match")
|
26 |
|
27 |
-
demo.queue().launch(
|
|
|
24 |
greet_btn = gr.Button("match")
|
25 |
greet_btn.click(fn=ctmatch_web_api, inputs=name, outputs=output, api_name="match")
|
26 |
|
27 |
+
demo.queue().launch(debug=True)
|