Spaces:
Sleeping
Sleeping
Update live-demo link to current tunnel
#1
by squaredcuber - opened
README.md
CHANGED
|
@@ -29,7 +29,7 @@ You type a topic and a tutor explains it out loud while a whiteboard fills in be
|
|
| 29 |
|
| 30 |
Direct link: [https://huggingface.co/datasets/squaredcuber/chalktalk-demo/resolve/main/chalktalk-demo.mp4](https://huggingface.co/datasets/squaredcuber/chalktalk-demo/resolve/main/chalktalk-demo.mp4)
|
| 31 |
|
| 32 |
-
▶ **Live demo:** [https://
|
| 33 |
|
| 34 |
## How it works
|
| 35 |
|
|
|
|
| 29 |
|
| 30 |
Direct link: [https://huggingface.co/datasets/squaredcuber/chalktalk-demo/resolve/main/chalktalk-demo.mp4](https://huggingface.co/datasets/squaredcuber/chalktalk-demo/resolve/main/chalktalk-demo.mp4)
|
| 31 |
|
| 32 |
+
▶ **Live demo:** [https://hobbies-rebound-detection-chi.trycloudflare.com](https://hobbies-rebound-detection-chi.trycloudflare.com)
|
| 33 |
|
| 34 |
## How it works
|
| 35 |
|
app.py
CHANGED
|
@@ -1,7 +1,7 @@
|
|
| 1 |
import gradio as gr
|
| 2 |
|
| 3 |
VIDEO_URL = "https://huggingface.co/datasets/squaredcuber/chalktalk-demo/resolve/main/chalktalk-demo.mp4"
|
| 4 |
-
LIVE_DEMO = "https://
|
| 5 |
|
| 6 |
HTML = f"""
|
| 7 |
<div style="max-width:900px;margin:0 auto;font-family:ui-sans-serif,system-ui,sans-serif;line-height:1.55">
|
|
|
|
| 1 |
import gradio as gr
|
| 2 |
|
| 3 |
VIDEO_URL = "https://huggingface.co/datasets/squaredcuber/chalktalk-demo/resolve/main/chalktalk-demo.mp4"
|
| 4 |
+
LIVE_DEMO = "https://hobbies-rebound-detection-chi.trycloudflare.com"
|
| 5 |
|
| 6 |
HTML = f"""
|
| 7 |
<div style="max-width:900px;margin:0 auto;font-family:ui-sans-serif,system-ui,sans-serif;line-height:1.55">
|