Spaces:
Runtime error
Runtime error
Commit
·
078b416
1
Parent(s):
3ca368b
Update app.py
Browse files
app.py
CHANGED
@@ -1,6 +1,5 @@
|
|
1 |
import gradio as gr
|
2 |
import huggingface_hub
|
3 |
-
|
4 |
-
huggingface_hub.set_git_credential("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")
|
5 |
interface = gr.Interface.load("models/fractaldna22/GPT_2_Marxism", api_key="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")
|
6 |
interface.launch()
|
|
|
1 |
import gradio as gr
|
2 |
import huggingface_hub
|
3 |
+
|
|
|
4 |
interface = gr.Interface.load("models/fractaldna22/GPT_2_Marxism", api_key="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")
|
5 |
interface.launch()
|