SagarManchekar commited on
Commit
5922781
·
1 Parent(s): 7e36173

Update app.py

Browse files
Files changed (1) hide show
  1. app.py +2 -1
app.py CHANGED
@@ -1,6 +1,7 @@
1
  import gradio as gr
2
  from transformers import pipeline
3
- export GRADIO_SERVER_PORT=8080
 
4
 
5
  pipeline = pipeline(task="image-classification", model="julien-c/hotdog-not-hotdog")
6
  server_port=9000
 
1
  import gradio as gr
2
  from transformers import pipeline
3
+
4
+ export GRADIO_SERVER_PORT=7860-7870
5
 
6
  pipeline = pipeline(task="image-classification", model="julien-c/hotdog-not-hotdog")
7
  server_port=9000