Spaces:
Running
on
Zero
Running
on
Zero
AbstractPhil
commited on
Commit
·
4fc7c90
1
Parent(s):
ec38870
try again
Browse files- app.py +1 -1
- requirements.txt +1 -1
app.py
CHANGED
@@ -372,5 +372,5 @@ if __name__ == "__main__":
|
|
372 |
demo.launch(
|
373 |
server_name="0.0.0.0",
|
374 |
server_port=7860,
|
375 |
-
share=
|
376 |
)
|
|
|
372 |
demo.launch(
|
373 |
server_name="0.0.0.0",
|
374 |
server_port=7860,
|
375 |
+
share=False
|
376 |
)
|
requirements.txt
CHANGED
@@ -2,7 +2,7 @@ huggingface_hub>=0.34.0
|
|
2 |
transformers>=4.55.0
|
3 |
accelerate>=0.33.0
|
4 |
peft>=0.11.0
|
5 |
-
gradio
|
6 |
torch>=2.4.0 # ZeroGPU-supported (2.3.x is NOT supported)
|
7 |
bitsandbytes>=0.43.1
|
8 |
openai_harmony
|
|
|
2 |
transformers>=4.55.0
|
3 |
accelerate>=0.33.0
|
4 |
peft>=0.11.0
|
5 |
+
gradio==4.19.2
|
6 |
torch>=2.4.0 # ZeroGPU-supported (2.3.x is NOT supported)
|
7 |
bitsandbytes>=0.43.1
|
8 |
openai_harmony
|