Spaces:
Sleeping
Sleeping
- app.py +1 -1
- requirements.txt +2 -1
app.py
CHANGED
@@ -24,4 +24,4 @@ demo = gr.Interface(
|
|
24 |
|
25 |
# Launch the app
|
26 |
if __name__ == "__main__":
|
27 |
-
demo.launch()
|
|
|
24 |
|
25 |
# Launch the app
|
26 |
if __name__ == "__main__":
|
27 |
+
demo.launch(share=False)
|
requirements.txt
CHANGED
@@ -1,3 +1,4 @@
|
|
1 |
transformers>=4.37.0
|
2 |
torch
|
3 |
-
gradio>=4.0.0
|
|
|
|
1 |
transformers>=4.37.0
|
2 |
torch
|
3 |
+
gradio>=4.0.0
|
4 |
+
hf_xet
|