Hugging Face
Models
Datasets
Spaces
Community
Docs
Enterprise
Pricing
Log In
Sign Up
Spaces:
richardskimco
/
document-to-text
like
0
Sleeping
App
Files
Files
Fetching metadata from the HF Docker repository...
richardkimsm89
commited on
Dec 13, 2024
Commit
5977580
·
verified
·
1 Parent(s):
a534ad5
Update app.py
Browse files
Files changed (1)
hide
show
app.py
+1
-1
app.py
CHANGED
Viewed
@@ -91,6 +91,6 @@ app_llama = gr.Interface(
91
# UI
92
93
app = gr.TabbedInterface(
94
-
[app_gemma
, app_phi
],
95
["Google Gemma"]
96
).launch()
91
# UI
92
93
app = gr.TabbedInterface(
94
+
[app_gemma],
95
["Google Gemma"]
96
).launch()