frgfm
commited on
Commit
·
a4f6936
1
Parent(s):
d15522f
refactor: Updates Gradio
Browse files- app.py +0 -2
- requirements.txt +1 -1
app.py
CHANGED
@@ -36,6 +36,4 @@ gr.Interface(
|
|
36 |
article=("<p style='text-align: center'><a href='https://github.com/frgfm/Holocron'>" "Github Repo</a> | "
|
37 |
"<a href='https://frgfm.github.io/Holocron/'>Documentation</a></p>"),
|
38 |
live=True,
|
39 |
-
theme="huggingface",
|
40 |
-
layout="horizontal",
|
41 |
).launch()
|
|
|
36 |
article=("<p style='text-align: center'><a href='https://github.com/frgfm/Holocron'>" "Github Repo</a> | "
|
37 |
"<a href='https://frgfm.github.io/Holocron/'>Documentation</a></p>"),
|
38 |
live=True,
|
|
|
|
|
39 |
).launch()
|
requirements.txt
CHANGED
@@ -1,2 +1,2 @@
|
|
1 |
-e git+https://github.com/frgfm/Holocron.git#egg=pylocron
|
2 |
-
gradio>=
|
|
|
1 |
-e git+https://github.com/frgfm/Holocron.git#egg=pylocron
|
2 |
+
gradio>=3.0.2
|