Spaces:
Sleeping
Sleeping
Commit
·
6910736
1
Parent(s):
138ec98
Update with missing tiktoken dependency
Browse files- app.py +1 -1
- requirements.txt +0 -0
app.py
CHANGED
@@ -101,4 +101,4 @@ demo = gr.Interface(
|
|
101 |
)
|
102 |
|
103 |
# Launch the interface
|
104 |
-
demo.launch()
|
|
|
101 |
)
|
102 |
|
103 |
# Launch the interface
|
104 |
+
demo.launch(share=True)
|
requirements.txt
CHANGED
Binary files a/requirements.txt and b/requirements.txt differ
|
|