muhammadhamza-stack commited on
Commit
4d04730
·
1 Parent(s): ab45e08

update port number

Browse files
Files changed (3) hide show
  1. .DS_Store +0 -0
  2. Dockerfile +1 -1
  3. app.py +2 -2
.DS_Store CHANGED
Binary files a/.DS_Store and b/.DS_Store differ
 
Dockerfile CHANGED
@@ -25,7 +25,7 @@ RUN pip install --upgrade pip \
25
  COPY . .
26
 
27
  # Hugging Face Spaces uses port 7860
28
- EXPOSE 7860
29
 
30
  # Start the app
31
  CMD ["python", "app.py"]
 
25
  COPY . .
26
 
27
  # Hugging Face Spaces uses port 7860
28
+ EXPOSE 7866
29
 
30
  # Start the app
31
  CMD ["python", "app.py"]
app.py CHANGED
@@ -245,6 +245,6 @@ if __name__ == "__main__":
245
  interface = create_interface()
246
  interface.queue()
247
  interface.launch(
248
- server_name="0.0.0.0",
249
- server_port=7860
250
  )
 
245
  interface = create_interface()
246
  interface.queue()
247
  interface.launch(
248
+ # server_name="0.0.0.0",
249
+ # server_port=7865
250
  )