Spaces:
Sleeping
Sleeping
Ryan Holinshead
commited on
Commit
•
7faa622
1
Parent(s):
0bc02e2
rename to notebook
Browse files- app.py +2 -2
- requirements.txt +1 -13
app.py
CHANGED
@@ -1,7 +1,7 @@
|
|
1 |
import gradio as gr
|
2 |
-
from
|
3 |
|
4 |
with gr.Blocks() as demo:
|
5 |
-
|
6 |
|
7 |
demo.queue().launch()
|
|
|
1 |
import gradio as gr
|
2 |
+
from gradio_gradionotebook import GradioNotebook
|
3 |
|
4 |
with gr.Blocks() as demo:
|
5 |
+
GradioNotebook()
|
6 |
|
7 |
demo.queue().launch()
|
requirements.txt
CHANGED
@@ -1,13 +1 @@
|
|
1 |
-
|
2 |
-
# Core libraries
|
3 |
-
gradio>=4.0,<5.0
|
4 |
-
python-aiconfig>=1.1.18
|
5 |
-
aiconfig-extension-hugging-face>=0.0.6
|
6 |
-
|
7 |
-
#Uploading AIConfig to S3 and lastmile endpoints for sharing
|
8 |
-
boto3
|
9 |
-
botocore
|
10 |
-
requests
|
11 |
-
|
12 |
-
# Extra utils
|
13 |
-
asyncio
|
|
|
1 |
+
gradio_gradionotebook>=0.0.1
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|