Spaces:
Sleeping
Sleeping
Commit
·
5922781
1
Parent(s):
7e36173
Update app.py
Browse files
app.py
CHANGED
@@ -1,6 +1,7 @@
|
|
1 |
import gradio as gr
|
2 |
from transformers import pipeline
|
3 |
-
|
|
|
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
|