Spaces:
Sleeping
Sleeping
wellvolks
commited on
Commit
·
90d4e73
1
Parent(s):
80b22a3
Alteração no MLSalesPitch para considerar a ENV OPENAI_API_KEY
Browse files
app.py
CHANGED
@@ -77,5 +77,4 @@ if __name__ == "__main__":
|
|
77 |
thd = Thread(target=call_invoke, args=(f"Thread invoke", queue, result), daemon=True)
|
78 |
|
79 |
thd.start()
|
80 |
-
|
81 |
page.launch()
|
|
|
77 |
thd = Thread(target=call_invoke, args=(f"Thread invoke", queue, result), daemon=True)
|
78 |
|
79 |
thd.start()
|
|
|
80 |
page.launch()
|