Spaces:
Runtime error
Runtime error
Update app.py
#1
by
shukdevdatta123
- opened
app.py
CHANGED
|
@@ -2,7 +2,7 @@ import os
|
|
| 2 |
from typing import List
|
| 3 |
import gradio as gr
|
| 4 |
from qa.manager import YoutubeQA
|
| 5 |
-
|
| 6 |
DESCRIPTION = """
|
| 7 |
|
| 8 |
<h1> <center> 🤗 Hello. This App will help you do questions on youtube videos.</center> </h1>
|
|
|
|
| 2 |
from typing import List
|
| 3 |
import gradio as gr
|
| 4 |
from qa.manager import YoutubeQA
|
| 5 |
+
#
|
| 6 |
DESCRIPTION = """
|
| 7 |
|
| 8 |
<h1> <center> 🤗 Hello. This App will help you do questions on youtube videos.</center> </h1>
|