X1AOX1A
commited on
Commit
·
8fcfb91
1
Parent(s):
837420c
update file
Browse files
app.py
CHANGED
@@ -165,6 +165,6 @@ if __name__ == "__main__":
|
|
165 |
)
|
166 |
|
167 |
demo.queue(max_size=10)
|
168 |
-
demo.launch(
|
169 |
|
170 |
# python app.py --model_path "./UniPoll-t5/best_model" --device "cpu"
|
|
|
165 |
)
|
166 |
|
167 |
demo.queue(max_size=10)
|
168 |
+
demo.launch()
|
169 |
|
170 |
# python app.py --model_path "./UniPoll-t5/best_model" --device "cpu"
|