Spaces:
Runtime error
Runtime error
Hector Lopez
commited on
Commit
·
c3a2d46
1
Parent(s):
ba92502
Added server port
Browse files
app.py
CHANGED
@@ -52,4 +52,4 @@ gr.Interface(
|
|
52 |
description=description,
|
53 |
examples=examples,
|
54 |
theme="huggingface",
|
55 |
-
).launch(share=True, enable_queue=True)
|
|
|
52 |
description=description,
|
53 |
examples=examples,
|
54 |
theme="huggingface",
|
55 |
+
).launch(share=True, enable_queue=True, server_port=8080)
|