Hugging Face
Models
Datasets
Spaces
Community
Docs
Enterprise
Pricing
Log In
Sign Up
Spaces:
shauryat97
/
QueryTube
like
0
Runtime error
App
Files
Files
Community
Fetching metadata from the HF Docker repository...
shauryat97
commited on
Aug 5, 2023
Commit
1378320
·
1 Parent(s):
ea13678
added main_query_tube_import
Browse files
Files changed (1)
hide
show
app.py
+1
-1
app.py
CHANGED
Viewed
@@ -1,5 +1,5 @@
1
import gradio as gr
2
-
3
def greet(name):
4
return "Hello " + name + "!!"
5
1
import gradio as gr
2
+
from main_query_tube import *
3
def greet(name):
4
return "Hello " + name + "!!"
5