Spaces:
Runtime error
Runtime error
Kim Adams commited on
Commit ·
634e99d
1
Parent(s): 18f76ba
updating read.me
Browse files
README.md
CHANGED
|
@@ -2,7 +2,7 @@
|
|
| 2 |
title: Machine Speak
|
| 3 |
emoji: ⚙️
|
| 4 |
colorFrom: yellow
|
| 5 |
-
colorTo:
|
| 6 |
sdk: gradio
|
| 7 |
sdk_version: 3.39.0
|
| 8 |
app_file: app.py
|
|
|
|
| 2 |
title: Machine Speak
|
| 3 |
emoji: ⚙️
|
| 4 |
colorFrom: yellow
|
| 5 |
+
colorTo: orange
|
| 6 |
sdk: gradio
|
| 7 |
sdk_version: 3.39.0
|
| 8 |
app_file: app.py
|
app.py
CHANGED
|
@@ -77,5 +77,5 @@ with gr.Blocks() as ui4:
|
|
| 77 |
df4 =gr.Dataframe(type="pandas")
|
| 78 |
b4.click(fetch_content,outputs=df4)
|
| 79 |
|
| 80 |
-
demo = gr.TabbedInterface([ui1,ui2,ui3,ui4], ("Sensor
|
| 81 |
demo.launch()
|
|
|
|
| 77 |
df4 =gr.Dataframe(type="pandas")
|
| 78 |
b4.click(fetch_content,outputs=df4)
|
| 79 |
|
| 80 |
+
demo = gr.TabbedInterface([ui1,ui2,ui3,ui4], ("Sensor Data", "NLP Translation", "Pull Reference","Create Embeddings"))
|
| 81 |
demo.launch()
|