Hugging Face
Models
Datasets
Spaces
Posts
Docs
Enterprise
Pricing
Log In
Sign Up
snebae
/
catdogclassifier
like
0
License:
apache-2.0
Model card
Files
Files and versions
Community
jph00
commited on
Jul 4, 2024
Commit
97a1b04
·
1 Parent(s):
991987d
launch ready
Browse files
Files changed (1)
hide
show
app.py
+1
-1
app.py
CHANGED
Viewed
@@ -5,4 +5,4 @@ def greet(name):
5
6
demo = gr.Interface(fn=greet, inputs="textbox", outputs="textbox")
7
8
-
demo.launch(
share=True
)
5
6
demo = gr.Interface(fn=greet, inputs="textbox", outputs="textbox")
7
8
+
demo.launch()