Spaces:
Sleeping
Sleeping
Commit ·
657c8b1
1
Parent(s): ec89eba
Update app.py
Browse files
app.py
CHANGED
|
@@ -1,3 +1,3 @@
|
|
| 1 |
import gradio as gr
|
| 2 |
|
| 3 |
-
gr.Interface.load("models/freddiezhang/honor", title="HonOR", description="<p style=\"text-align: center;\"><i>By Freddie Zhang</i></p> <br> <p style="text-align: center;">Tell if text was written by GPT-3 in one click.</p>", article="<p style=\"text-align: center;\"><a href=\"https://huggingface.co/freddiezhang/honor\">About the model</a></p>").launch()
|
|
|
|
| 1 |
import gradio as gr
|
| 2 |
|
| 3 |
+
gr.Interface.load("models/freddiezhang/honor", title="HonOR", description="<p style=\"text-align: center;\"><i>By Freddie Zhang</i></p> <br> <p style=\"text-align: center;\">Tell if text was written by GPT-3 in one click.</p>", article="<p style=\"text-align: center;\"><a href=\"https://huggingface.co/freddiezhang/honor\">About the model</a></p>").launch()
|