Spaces:
Running
Running
Update app.py
Browse files
app.py
CHANGED
@@ -25,4 +25,8 @@ face = gr.Interface(fn=start_fn,
|
|
25 |
'Article'),
|
26 |
title=title,
|
27 |
description=description,)
|
28 |
-
face.launch(server_name="0.0.0.0", share=True)
|
|
|
|
|
|
|
|
|
|
25 |
'Article'),
|
26 |
title=title,
|
27 |
description=description,)
|
28 |
+
#face.launch(server_name="0.0.0.0", share=True)
|
29 |
+
|
30 |
+
#launching the app
|
31 |
+
if __name__ == "__main__":
|
32 |
+
face.launch(debug=True)
|