Hugging Face
Models
Datasets
Spaces
Community
Docs
Enterprise
Pricing
Log In
Sign Up
Spaces:
NHNDQ
/
KoTAN
like
2
Runtime error
App
Files
Files
Community
Fetching metadata from the HF Docker repository...
jisukim8873
commited on
Jun 13, 2023
Commit
b13324b
·
1 Parent(s):
e8e55f1
test
Browse files
Files changed (1)
hide
show
app.py
+1
-2
app.py
CHANGED
Viewed
@@ -12,5 +12,4 @@ with gr.Blocks() as demo:
12
13
btn.click(complete_with_gpt, textbox, textbox)
14
15
-
if __name__ == "__main__":
16
-
demo.launch()
12
13
btn.click(complete_with_gpt, textbox, textbox)
14
15
+
demo.launch()