Spaces:
Runtime error
Runtime error
Hector Lopez
commited on
Commit
•
ab0c2de
1
Parent(s):
6438514
Fix bug
Browse files
app.py
CHANGED
@@ -58,8 +58,7 @@ gr.Interface(
|
|
58 |
title=title,
|
59 |
description=description,
|
60 |
examples=examples,
|
61 |
-
theme="huggingface"
|
62 |
-
|
63 |
-
).launch(debug=True)
|
64 |
|
65 |
os.system('python3 app.py')
|
|
|
58 |
title=title,
|
59 |
description=description,
|
60 |
examples=examples,
|
61 |
+
theme="huggingface"
|
62 |
+
).launch(share=True)
|
|
|
63 |
|
64 |
os.system('python3 app.py')
|