Spaces:
Sleeping
Sleeping
zhijian12345
commited on
Commit
•
1ae03fe
1
Parent(s):
862a2b5
Update app.py
Browse files
app.py
CHANGED
@@ -37,8 +37,7 @@ def flip_vit(image):
|
|
37 |
text = "{:.3f}%".format(result[0]['score'] * 100)
|
38 |
return result[0]['label'],text
|
39 |
|
40 |
-
with demo:
|
41 |
-
gr.Markdown(model_info)
|
42 |
with gr.Tabs():
|
43 |
with gr.TabItem("myvit"):
|
44 |
myvit_input = gr.Image()
|
|
|
37 |
text = "{:.3f}%".format(result[0]['score'] * 100)
|
38 |
return result[0]['label'],text
|
39 |
|
40 |
+
with demo:
|
|
|
41 |
with gr.Tabs():
|
42 |
with gr.TabItem("myvit"):
|
43 |
myvit_input = gr.Image()
|