Spaces:
Runtime error
Runtime error
Commit
·
b16b8a6
1
Parent(s):
480cb62
Update app.py
Browse files
app.py
CHANGED
|
@@ -18,10 +18,6 @@ Options:
|
|
| 18 |
"""
|
| 19 |
|
| 20 |
API_URL = "https://hfbloom.ngrok.io/generate"
|
| 21 |
-
HF_API_TOKEN = os.getenv("HF_API_TOKEN")
|
| 22 |
-
|
| 23 |
-
hf_writer = gr.HuggingFaceDatasetSaver(HF_API_TOKEN, "huggingface/bloom_internal_prompts", organization="huggingface")
|
| 24 |
-
|
| 25 |
|
| 26 |
examples = [
|
| 27 |
['A "whatpu" is a small, furry animal native to Tanzania. An example of a sentence that uses the word whatpu is: We were traveling in Africa and we saw these very cute whatpus. To do a "farduddle" means to jump up and down really fast. An example of a sentence that uses the word farduddle is:', 32, "Sample", False, "Sample 1"],
|
|
@@ -116,7 +112,5 @@ gr.Interface(
|
|
| 116 |
examples=examples,
|
| 117 |
# article=article,
|
| 118 |
title=title,
|
| 119 |
-
description=description
|
| 120 |
-
flagging_callback=hf_writer,
|
| 121 |
-
allow_flagging=True,
|
| 122 |
).launch()
|
|
|
|
| 18 |
"""
|
| 19 |
|
| 20 |
API_URL = "https://hfbloom.ngrok.io/generate"
|
|
|
|
|
|
|
|
|
|
|
|
|
| 21 |
|
| 22 |
examples = [
|
| 23 |
['A "whatpu" is a small, furry animal native to Tanzania. An example of a sentence that uses the word whatpu is: We were traveling in Africa and we saw these very cute whatpus. To do a "farduddle" means to jump up and down really fast. An example of a sentence that uses the word farduddle is:', 32, "Sample", False, "Sample 1"],
|
|
|
|
| 112 |
examples=examples,
|
| 113 |
# article=article,
|
| 114 |
title=title,
|
| 115 |
+
description=description
|
|
|
|
|
|
|
| 116 |
).launch()
|